Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DTypeWrappers.cpp47 static bool keyCompare(uint32_t entry, uint16_t index) { in keyCompare() function
69 auto iter = std::lower_bound(entryIndices, entryIndices + entryCount, mIndex, keyCompare); in operator *()
DResourceTypes.cpp6103 static bool keyCompare(const ResTable_sparseTypeEntry& entry , uint16_t entryIdx) { in keyCompare() function
6217 keyCompare); in getEntry()