Home
last modified time | relevance | path

Searched refs:KeyEqual (Results 1 – 25 of 35) sorted by relevance

12

/external/libchrome/base/
Dstl_util.h328 class KeyEqual,
331 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
339 class KeyEqual,
343 std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
350 class KeyEqual,
353 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
360 class KeyEqual,
363 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, in EraseIf() argument
/external/vulkan-validation-layers/layers/
Dhash_util.h129 template <typename T, typename Hasher = std::hash<T>, typename KeyEqual = std::equal_to<T>>
154 bool operator()(const Id &lhs, const Id &rhs) const { return KeyEqual()(*lhs, *rhs); } in operator()
/external/libtextclassifier/abseil-cpp/absl/container/
Dflat_hash_set.h495 template <class Key, class Hash, class KeyEqual, class Allocator>
496 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h485 template <class Key, class Hash, class KeyEqual, class Allocator>
486 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dflat_hash_map.h597 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
599 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
Dnode_hash_map.h588 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
590 absl::node_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h495 template <class Key, class Hash, class KeyEqual, class Allocator>
496 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h485 template <class Key, class Hash, class KeyEqual, class Allocator>
486 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_map.h588 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
590 absl::node_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
Dflat_hash_map.h597 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
599 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
/external/webrtc/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h494 template <class Key, class Hash, class KeyEqual, class Allocator>
495 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h490 template <class Key, class Hash, class KeyEqual, class Allocator>
491 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dflat_hash_map.h591 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
593 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
/external/angle/third_party/abseil-cpp/absl/container/
Dflat_hash_set.h495 template <class Key, class Hash, class KeyEqual, class Allocator>
496 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h485 template <class Key, class Hash, class KeyEqual, class Allocator>
486 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_map.h588 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
590 absl::node_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
Dflat_hash_map.h597 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
599 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
/external/abseil-cpp/absl/container/
Dflat_hash_set.h494 template <class Key, class Hash, class KeyEqual, class Allocator>
495 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h490 template <class Key, class Hash, class KeyEqual, class Allocator>
491 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dflat_hash_map.h591 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
593 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
Dnode_hash_map.h588 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
590 absl::node_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
/external/openscreen/third_party/abseil/src/absl/container/
Dflat_hash_set.h495 template <class Key, class Hash, class KeyEqual, class Allocator>
496 struct IsUnorderedContainer<absl::flat_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_set.h485 template <class Key, class Hash, class KeyEqual, class Allocator>
486 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
Dnode_hash_map.h588 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
590 absl::node_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};
Dflat_hash_map.h597 template <class Key, class T, class Hash, class KeyEqual, class Allocator>
599 absl::flat_hash_map<Key, T, Hash, KeyEqual, Allocator>> : std::true_type {};

12