Home
last modified time | relevance | path

Searched refs:less_than_struct_with_name (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.cpp52 bool less_than_struct_with_name(const std::unique_ptr<T>& lhs, StringPiece rhs) { in less_than_struct_with_name() function
64 return less_than_struct_with_name<T>(lhs, rhs); in operator ()()
83 std::lower_bound(entries.begin(), entries.end(), name, less_than_struct_with_name<T>); in FindElementsRunAction()