Home
last modified time | relevance | path

Searched refs:node_hash_set (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dnode_hash_set_test.cc46 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
47 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
49 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
50 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
59 node_hash_set<std::unique_ptr<void*>> t; in TEST()
60 node_hash_set<std::unique_ptr<void*>> u; in TEST()
74 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
123 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
129 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
135 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h118 class ABSL_ATTRIBUTE_OWNER node_hash_set
121 using Base = typename node_hash_set::raw_hash_set;
164 node_hash_set() {} in node_hash_set() function
469 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
470 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
484 void swap(node_hash_set<T, H, E, A>& x, in swap()
485 node_hash_set<T, H, E, A>& y) noexcept(noexcept(x.swap(y))) { in swap()
498 decay_t<Function> c_for_each_fast(const node_hash_set<T, H, E, A>& c, in c_for_each_fast()
504 decay_t<Function> c_for_each_fast(node_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast()
509 decay_t<Function> c_for_each_fast(node_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast()
[all …]
H A DBUILD.gn188 absl_source_set("node_hash_set") {
189 public = [ "node_hash_set.h" ]
207 ":node_hash_set",
420 ":node_hash_set",
564 ":node_hash_set",
H A DCMakeLists.txt406 node_hash_set
408 "node_hash_set.h"
435 absl::node_hash_set
796 absl::node_hash_set
1029 absl::node_hash_set
H A DBUILD.bazel363 name = "node_hash_set",
364 hdrs = ["node_hash_set.h"],
388 ":node_hash_set",
723 ":node_hash_set",
1011 ":node_hash_set",
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dnode_hash_set_test.cc46 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
47 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
49 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
50 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
59 node_hash_set<std::unique_ptr<void*>> t; in TEST()
60 node_hash_set<std::unique_ptr<void*>> u; in TEST()
74 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
123 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
129 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
135 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h118 class ABSL_INTERNAL_ATTRIBUTE_OWNER node_hash_set
121 using Base = typename node_hash_set::raw_hash_set;
164 node_hash_set() {} in node_hash_set() function
465 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
466 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
479 decay_t<Function> c_for_each_fast(const node_hash_set<T, H, E, A>& c, in c_for_each_fast()
485 decay_t<Function> c_for_each_fast(node_hash_set<T, H, E, A>& c, Function&& f) { in c_for_each_fast()
490 decay_t<Function> c_for_each_fast(node_hash_set<T, H, E, A>&& c, Function&& f) { in c_for_each_fast()
547 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
H A DCMakeLists.txt404 node_hash_set
406 "node_hash_set.h"
433 absl::node_hash_set
793 absl::node_hash_set
1025 absl::node_hash_set
H A DBUILD.bazel361 name = "node_hash_set",
362 hdrs = ["node_hash_set.h"],
386 ":node_hash_set",
720 ":node_hash_set",
1007 ":node_hash_set",
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dnode_hash_set_test.cc33 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
34 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
36 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
37 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
46 node_hash_set<std::unique_ptr<void*>> t; in TEST()
47 node_hash_set<std::unique_ptr<void*>> u; in TEST()
61 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
110 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
116 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
122 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h95 class node_hash_set
98 using Base = typename node_hash_set::raw_hash_set;
141 node_hash_set() {} in node_hash_set() function
437 void erase_if(node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
486 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dnode_hash_set_test.cc33 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
34 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
36 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
37 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
46 node_hash_set<std::unique_ptr<void*>> t; in TEST()
47 node_hash_set<std::unique_ptr<void*>> u; in TEST()
61 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
110 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
116 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
122 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h100 class node_hash_set
103 using Base = typename node_hash_set::raw_hash_set;
146 node_hash_set() {} in node_hash_set() function
443 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
444 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
493 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dnode_hash_set_test.cc33 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
34 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
36 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
37 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
46 node_hash_set<std::unique_ptr<void*>> t; in TEST()
47 node_hash_set<std::unique_ptr<void*>> u; in TEST()
61 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
110 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
116 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
122 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h100 class node_hash_set
103 using Base = typename node_hash_set::raw_hash_set;
146 node_hash_set() {} in node_hash_set() function
443 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
444 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
493 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
H A DCMakeLists.txt389 node_hash_set
391 "node_hash_set.h"
414 absl::node_hash_set
964 absl::node_hash_set
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dnode_hash_set_test.cc33 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
34 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
36 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
37 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
46 node_hash_set<std::unique_ptr<void*>> t; in TEST()
47 node_hash_set<std::unique_ptr<void*>> u; in TEST()
61 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
110 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
116 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
122 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
H A Dnode_hash_set.h115 class node_hash_set
118 using Base = typename node_hash_set::raw_hash_set;
161 node_hash_set() {} in node_hash_set() function
462 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
463 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
517 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dnode_hash_set_test.cc33 node_hash_set<int, StatefulTestingHash, StatefulTestingEqual, Alloc<int>>,
34 node_hash_set<std::string, StatefulTestingHash, StatefulTestingEqual,
36 node_hash_set<Enum, StatefulTestingHash, StatefulTestingEqual, Alloc<Enum>>,
37 node_hash_set<EnumClass, StatefulTestingHash, StatefulTestingEqual,
46 node_hash_set<std::unique_ptr<void*>> t; in TEST()
47 node_hash_set<std::unique_ptr<void*>> u; in TEST()
61 absl::node_hash_set<std::unique_ptr<int>, Hash, Eq> set1, set2; in TEST()
110 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
116 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
122 node_hash_set<int> s = {1, 2, 3, 4, 5}; in TEST()
[all …]
Dnode_hash_set.h100 class node_hash_set
103 using Base = typename node_hash_set::raw_hash_set;
146 node_hash_set() {} in node_hash_set() function
443 typename node_hash_set<T, H, E, A>::size_type erase_if( in erase_if()
444 node_hash_set<T, H, E, A>& c, Predicate pred) { in erase_if()
493 struct IsUnorderedContainer<absl::node_hash_set<Key, Hash, KeyEqual, Allocator>>
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A DBUILD219 "@com_google_absl//absl/container:node_hash_set",
238 "@com_google_absl//absl/container:node_hash_set",
263 "@com_google_absl//absl/container:node_hash_set",
288 "@com_google_absl//absl/container:node_hash_set",
H A Dcupti_collector.h229 absl::node_hash_set<std::string> annotations;
230 absl::node_hash_set<std::string> nvtx_ranges;
/aosp_15_r20/external/abseil-cpp/absl/hash/
H A DCMakeLists.txt82 absl::node_hash_set
106 absl::node_hash_set
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/hash/
H A DCMakeLists.txt82 absl::node_hash_set
106 absl::node_hash_set
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/hash/
H A DCMakeLists.txt82 absl::node_hash_set
106 absl::node_hash_set

1234