Searched defs:map_params (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | btree_map.h | 855 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 857 using super_type = typename map_params::common_params; argument 858 using mapped_type = Data; 861 using slot_policy = typename super_type::slot_policy; 862 using slot_type = typename super_type::slot_type; 863 using value_type = typename super_type::value_type; 864 using init_type = typename super_type::init_type; 870 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 871 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 877 static mapped_type &value(value_type *value) { return value->second; } in value()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | btree_map.h | 855 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 857 using super_type = typename map_params::common_params; argument 858 using mapped_type = Data; 861 using slot_policy = typename super_type::slot_policy; 862 using slot_type = typename super_type::slot_type; 863 using value_type = typename super_type::value_type; 864 using init_type = typename super_type::init_type; 870 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 871 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 877 static mapped_type &value(value_type *value) { return value->second; } in value()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | btree_map.h | 856 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 858 using super_type = typename map_params::common_params; argument 859 using mapped_type = Data; 862 using slot_policy = typename super_type::slot_policy; 863 using slot_type = typename super_type::slot_type; 864 using value_type = typename super_type::value_type; 865 using init_type = typename super_type::init_type; 872 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 873 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 879 static mapped_type &value(value_type *value) { return value->second; } in value()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | btree_map.h | 858 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 860 using super_type = typename map_params::common_params; argument 861 using mapped_type = Data; 864 using slot_policy = typename super_type::slot_policy; 865 using slot_type = typename super_type::slot_type; 866 using value_type = typename super_type::value_type; 867 using init_type = typename super_type::init_type; 874 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 875 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 881 static mapped_type &value(value_type *value) { return value->second; } in value()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | btree_map.h | 825 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 827 using super_type = typename map_params::common_params; argument 828 using mapped_type = Data; 831 using slot_policy = typename super_type::slot_policy; 832 using slot_type = typename super_type::slot_type; 833 using value_type = typename super_type::value_type; 834 using init_type = typename super_type::init_type; 840 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 841 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 847 static mapped_type &value(value_type *value) { return value->second; } in value()
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | btree_map.h | 858 struct map_params : common_params<Key, Compare, Alloc, TargetNodeSize, IsMulti, struct 860 using super_type = typename map_params::common_params; argument 861 using mapped_type = Data; 864 using slot_policy = typename super_type::slot_policy; 865 using slot_type = typename super_type::slot_type; 866 using value_type = typename super_type::value_type; 867 using init_type = typename super_type::init_type; 874 static const Key &key(const slot_type *s) { return slot_policy::key(s); } in key() 875 static const Key &key(slot_type *s) { return slot_policy::key(s); } in key() 881 static mapped_type &value(value_type *value) { return value->second; } in value()
|