Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable.cpp45 bool less_than_type(const std::unique_ptr<ResourceTableType>& lhs, ResourceType rhs) { in less_than_type() function
118 const auto iter = std::lower_bound(entries.begin(), entries.end(), type, less_than_type); in FindTypeRunAction()