Searched refs:sAttrIdMap (Results 1 – 1 of 1) sorted by relevance
26 static const std::vector<std::pair<uint16_t, size_t>> sAttrIdMap = { variable56 auto iter = std::lower_bound(sAttrIdMap.begin(), sAttrIdMap.end(), id.entryId(), lessEntryId); in findAttributeSdkLevel()57 if (iter == sAttrIdMap.end()) { in findAttributeSdkLevel()