Home
last modified time | relevance | path

Searched defs:PropagateTest (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc174 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);
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc174 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);