Searched refs:CompareKeys (Results 1 – 1 of 1) sorted by relevance
1074 bool CompareKeys(const PropertyNode& node, const std::string& key) { in CompareKeys() function1086 const PropertyNode* it = std::lower_bound(begin, end, key, CompareKeys); in GetKnownProperty()