Searched refs:str_map (Results 1 – 1 of 1) sorted by relevance
30 : str_map(map), def_key(def_k), def_value(def_v), compare(cmp) in str_map() function36 auto it = str_map.find(key); in GetValue()37 return it == str_map.end() ? def_value : it->second; in GetValue()42 for (auto& it : str_map) { in GetKey()53 for (auto& it : str_map) { in GetAllKeys()61 return (str_map.find(key) != str_map.end()); in IsValidKey()65 const std::unordered_map<K, V> str_map;