Searched refs:lessEntryId (Results 1 – 1 of 1) sorted by relevance
48 static bool lessEntryId(const std::pair<uint16_t, size_t>& p, uint16_t entryId) { in lessEntryId() function56 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entryId(), lessEntryId); in findAttributeSdkLevel()