Home
last modified time | relevance | path

Searched defs:NameEqualRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.cpp62 struct NameEqualRange { struct
63 bool operator()(const std::unique_ptr<T>& lhs, StringPiece rhs) const { in operator ()()
66 bool operator()(StringPiece lhs, const std::unique_ptr<T>& rhs) const { in operator ()()