/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | hash_policy_traits_test.cc | 36 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 D | hash_policy_traits_test.cc | 36 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 D | common_policy_traits_test.cc | 35 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/ |
D | hash_policy_traits_test.cc | 36 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;
|
D | common_policy_traits_test.cc | 35 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 D | hash_policy_traits_test.cc | 36 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 D | common_policy_traits_test.cc | 35 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 D | hash_policy_traits_test.cc | 38 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 D | common_policy_traits_test.cc | 37 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 D | hash_policy_traits_test.cc | 38 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 D | common_policy_traits_test.cc | 37 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 D | hash_policy_traits_test.cc | 38 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 D | common_policy_traits_test.cc | 37 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()
|