Home
last modified time | relevance | path

Searched defs:ValuePolicy (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/googletest/include/gtest/
Dgtest-matchers.h403 struct ValuePolicy { struct
418 struct ValuePolicy<M, false> { argument
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h439 struct ValuePolicy { struct
454 struct ValuePolicy<M, false> { argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc281 struct ValuePolicy { struct
282 using slot_type = T;
283 using key_type = T;
284 using init_type = T;
287 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
293 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
298 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
304 static T& element(slot_type* slot) { return *slot; } in element()
309 apply(F&& f, Args&&... args) { in apply()