Searched defs:KeyEqual (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/ |
D | stl_util.h | 331 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument 343 std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument 353 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument 363 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.h | 247 struct KeyEqual { struct 271 typedef absl::flat_hash_map<Key, ResourceAndName, KeyHash, KeyEqual> argument
|
/external/icu/icu4c/source/tools/toolutil/ |
D | json-json.hpp | 5097 inline void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Alloca… in from_json() argument
|
/external/ublksrv/include/nlohmann/ |
D | json.hpp | 4815 inline void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Alloca… in from_json() argument
|