Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp60 struct NameEqualRange { struct
61 bool operator()(const std::unique_ptr<T>& lhs, const StringPiece& rhs) const { in operator ()()
64 bool operator()(const StringPiece& lhs, const std::unique_ptr<T>& rhs) const { in operator ()()