Searched defs:PropagateTest (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() function 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() argument 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() function 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() argument 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|
/external/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() function 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 174 struct PropagateTest : public ::testing::Test { struct 175 using Alloc = CheckedAlloc<Tracked<int32_t>, Spec>; 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; 179 PropagateTest() { in PropagateTest() function 184 Alloc a1 = Alloc(1); 185 Table t1 = Table(0, a1); 186 Alloc a2 = Alloc(2);
|