Home
last modified time | relevance | path

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

/external/googletest/googletest/include/gtest/
Dgtest-matchers.h419 struct ValuePolicy { struct
434 struct ValuePolicy<M, false> { argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc262 struct ValuePolicy { struct
263 using slot_type = T;
264 using key_type = T;
265 using init_type = T;
268 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct()
274 static void destroy(Allocator* alloc, slot_type* slot) { in destroy()
279 static void transfer(Allocator* alloc, slot_type* new_slot, in transfer()
285 static T& element(slot_type* slot) { return *slot; } in element()
290 apply(F&& f, Args&&... args) { in apply()