Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.cpp46 bool less_than_type(const std::unique_ptr<ResourceTableType>& lhs, in less_than_type() function
121 const auto iter = std::lower_bound(entries.begin(), entries.end(), type, less_than_type); in FindTypeRunAction()