Home
last modified time | relevance | path

Searched defs:PolicyWithoutOptionalOps (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhash_policy_traits_test.cc36 struct PolicyWithoutOptionalOps { struct
37 using slot_type = Slot;
38 using key_type = Slot;
39 using init_type = Slot;
41 static std::function<void(void*, Slot*, Slot)> construct;
42 static std::function<void(void*, Slot*)> destroy;
44 static std::function<Slot&(Slot*)> element;
45 static int apply(int v) { return apply_impl(v); } in apply()
46 static std::function<int(int)> apply_impl;
47 static std::function<Slot&(Slot*)> value;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
H A Dhash_policy_traits_test.cc36 struct PolicyWithoutOptionalOps { struct
37 using slot_type = Slot;
38 using key_type = Slot;
39 using init_type = Slot;
41 static std::function<Slot&(Slot*)> element;
42 static int apply(int v) { return apply_impl(v); } in apply()
43 static std::function<int(int)> apply_impl;
44 static std::function<Slot&(Slot*)> value;
H A Dcommon_policy_traits_test.cc35 struct PolicyWithoutOptionalOps { struct
36 using slot_type = Slot;
37 using key_type = Slot;
38 using init_type = Slot;
40 static std::function<void(void*, Slot*, Slot)> construct;
41 static std::function<void(void*, Slot*)> destroy;
43 static std::function<Slot&(Slot*)> element;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc36 struct PolicyWithoutOptionalOps { struct
37 using slot_type = Slot;
38 using key_type = Slot;
39 using init_type = Slot;
41 static std::function<Slot&(Slot*)> element;
42 static int apply(int v) { return apply_impl(v); } in apply()
43 static std::function<int(int)> apply_impl;
44 static std::function<Slot&(Slot*)> value;
Dcommon_policy_traits_test.cc35 struct PolicyWithoutOptionalOps { struct
36 using slot_type = Slot;
37 using key_type = Slot;
38 using init_type = Slot;
40 static std::function<void(void*, Slot*, Slot)> construct;
41 static std::function<void(void*, Slot*)> destroy;
43 static std::function<Slot&(Slot*)> element;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc36 struct PolicyWithoutOptionalOps { struct
37 using slot_type = Slot;
38 using key_type = Slot;
39 using init_type = Slot;
41 static std::function<Slot&(Slot*)> element;
42 static int apply(int v) { return apply_impl(v); } in apply()
43 static std::function<int(int)> apply_impl;
44 static std::function<Slot&(Slot*)> value;
H A Dcommon_policy_traits_test.cc35 struct PolicyWithoutOptionalOps { struct
36 using slot_type = Slot;
37 using key_type = Slot;
38 using init_type = Slot;
40 static std::function<void(void*, Slot*, Slot)> construct;
41 static std::function<void(void*, Slot*)> destroy;
43 static std::function<Slot&(Slot*)> element;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc38 struct PolicyWithoutOptionalOps { struct
39 using slot_type = Slot;
40 using key_type = Slot;
41 using init_type = Slot;
43 static std::function<Slot&(Slot*)> element;
44 static int apply(int v) { return apply_impl(v); } in apply()
45 static std::function<int(int)> apply_impl;
46 static std::function<Slot&(Slot*)> value;
49 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
H A Dcommon_policy_traits_test.cc37 struct PolicyWithoutOptionalOps { struct
38 using slot_type = Slot;
39 using key_type = Slot;
40 using init_type = Slot;
42 struct PolicyFunctions {
48 static PolicyFunctions* functions() { in functions()
53 static void construct(void* a, Slot* b, Slot c) { in construct()
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy()
57 static Slot& element(Slot* b) { return functions()->element(b); } in element()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc38 struct PolicyWithoutOptionalOps { struct
39 using slot_type = Slot;
40 using key_type = Slot;
41 using init_type = Slot;
43 static std::function<Slot&(Slot*)> element;
44 static int apply(int v) { return apply_impl(v); } in apply()
45 static std::function<int(int)> apply_impl;
46 static std::function<Slot&(Slot*)> value;
49 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
H A Dcommon_policy_traits_test.cc37 struct PolicyWithoutOptionalOps { struct
38 using slot_type = Slot;
39 using key_type = Slot;
40 using init_type = Slot;
42 struct PolicyFunctions {
48 static PolicyFunctions* functions() { in functions()
53 static void construct(void* a, Slot* b, Slot c) { in construct()
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy()
57 static Slot& element(Slot* b) { return functions()->element(b); } in element()
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc38 struct PolicyWithoutOptionalOps { struct
39 using slot_type = Slot;
40 using key_type = Slot;
41 using init_type = Slot;
43 static std::function<Slot&(Slot*)> element;
44 static int apply(int v) { return apply_impl(v); } in apply()
45 static std::function<int(int)> apply_impl;
46 static std::function<Slot&(Slot*)> value;
49 static constexpr HashSlotFn get_hash_slot_fn() { in get_hash_slot_fn()
H A Dcommon_policy_traits_test.cc37 struct PolicyWithoutOptionalOps { struct
38 using slot_type = Slot;
39 using key_type = Slot;
40 using init_type = Slot;
42 struct PolicyFunctions {
48 static PolicyFunctions* functions() { in functions()
53 static void construct(void* a, Slot* b, Slot c) { in construct()
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy()
57 static Slot& element(Slot* b) { return functions()->element(b); } in element()