/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/ |
D | optional.hpp | 152 optional_base ( init_value_tag, argument_type val ) in optional_base() 162 optional_base ( init_value_tag, rval_reference_type val ) in optional_base() 172 optional_base ( bool cond, argument_type val ) in optional_base() 183 optional_base ( bool cond, rval_reference_type val ) in optional_base() 338 void assign ( argument_type val ) in assign() 347 void assign ( rval_reference_type val ) in assign() 388 void reset ( argument_type val ) { assign(val); } in reset() 400 void construct ( argument_type val ) in construct() 407 void construct ( rval_reference_type val ) in construct() 749 void assign_value ( argument_type val ) { get_impl() = val; } in assign_value() [all …]
|
/aosp_15_r20/system/incremental_delivery/incfs/tests/ |
H A D | hardening_benchmark.cpp | 43 int val = 0; in TestEmpty() local 54 int val = 0; in TestSignal() local 64 int val = 0; in TestRead() local 75 android::incfs::IncFsFileMap map; in TestMapPtrRaw() local 77 int val = 0; in TestMapPtrRaw() local 89 android::incfs::IncFsFileMap map; in TestMapPtr() local 91 int val = 0; in TestMapPtr() local 101 int val = 0; in TestAccess() local 111 int val = 0; in TestAccessFast() local 123 int val = 0; in TestAccessVal() local [all …]
|
/aosp_15_r20/external/ethtool/ |
H A D | cmis.c | 113 static void cmis_show_identifier(const struct cmis_memory_map *map) in cmis_show_identifier() 118 static void cmis_show_connector(const struct cmis_memory_map *map) in cmis_show_connector() 123 static void cmis_show_oui(const struct cmis_memory_map *map) in cmis_show_oui() 133 static void cmis_show_rev_compliance(const struct cmis_memory_map *map) in cmis_show_rev_compliance() 143 cmis_show_signals_one(const struct cmis_memory_map *map, const char *name, in cmis_show_signals_one() 160 static void cmis_show_signals(const struct cmis_memory_map *map) in cmis_show_signals() 187 static void cmis_show_power_info(const struct cmis_memory_map *map) in cmis_show_power_info() 212 static void cmis_show_cbl_asm_len(const struct cmis_memory_map *map) in cmis_show_cbl_asm_len() 216 float val = 0.0f; in cmis_show_cbl_asm_len() local 255 static void cmis_print_smf_cbl_len(const struct cmis_memory_map *map) in cmis_print_smf_cbl_len() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/lookup/v1/ |
D | rls.upb.h | 95 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_size() local 98 …ey_map_get(const grpc_lookup_v1_RouteLookupRequest* msg, upb_StringView key, upb_StringView* val) { in grpc_lookup_v1_RouteLookupRequest_key_map_get() 100 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_get() local 106 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_next() local 139 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_clear() local 143 …ap_set(grpc_lookup_v1_RouteLookupRequest* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_lookup_v1_RouteLookupRequest_key_map_set() 145 upb_Map* map = _upb_Message_GetOrCreateMutableMap(msg, &field, 0, 0, a); in grpc_lookup_v1_RouteLookupRequest_key_map_set() local 151 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_delete() local 157 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_lookup_v1_RouteLookupRequest_key_map_nextmutable() local 290 …ookupResponse_add_targets(grpc_lookup_v1_RouteLookupResponse* msg, upb_StringView val, upb_Arena* … in grpc_lookup_v1_RouteLookupResponse_add_targets()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/ |
D | yp.x | 88 mapname map; member 95 mapname map; member 101 mapname map; member 114 valdat val; member 126 valdat val; member 128 valdat val; member 146 ypresp_key_val val; variable 157 mapname map; member
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/ |
HD | trove4j-20160824.jar | ... java.lang.Object implements java.util.Map$Entry {
private Byte val
final synthetic Byte val ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/intellij/deps/trove4j/1.0.20181211/ |
HD | trove4j-1.0.20181211.jar | ... java.lang.Object implements java.util.Map$Entry {
private Byte val
final synthetic Byte val ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/jetbrains/intellij/deps/trove4j/1.0.20200330/ |
HD | trove4j-1.0.20200330.jar | ... initialCapacity
int capacity
public boolean contains (int)
int val
protected int capacity ()
public boolean forEach (gnu ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | trove4j.jar | ... initialCapacity
int capacity
public boolean contains (int)
int val
protected int capacity ()
public boolean forEach (gnu ... |
/aosp_15_r20/external/cronet/base/containers/ |
H A D | flat_map_unittest.cc | 100 IntMap map(std::move(vect)); in TEST() local 117 MapType map(sorted_unique, std::begin(input_vals), std::end(input_vals)); in TEST() local 126 MapType map(sorted_unique, vect); in TEST() local 134 MapType map(sorted_unique, std::move(vect)); in TEST() local 140 flat_map<int, Unsortable> map( in TEST() local 258 MoveOnlyInt val(22); in TEST() local 282 base::flat_map<MoveOnlyInt, int> map; in TEST() local 296 MoveOnlyInt val(22); in TEST() local 317 base::flat_map<MoveOnlyInt, int> map; in TEST() local 362 base::flat_map<MoveOnlyInt, int> map; in TEST() local [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/ |
H A D | rls.upb.h | 88 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_size() local 91 …ey_map_get(const grpc_lookup_v1_RouteLookupRequest* msg, upb_StringView key, upb_StringView* val) { in grpc_lookup_v1_RouteLookupRequest_key_map_get() 93 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_get() local 99 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_next() local 142 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_clear() local 146 …ap_set(grpc_lookup_v1_RouteLookupRequest* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_lookup_v1_RouteLookupRequest_key_map_set() 148 upb_Map* map = _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg), in grpc_lookup_v1_RouteLookupRequest_key_map_set() local 155 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_delete() local 161 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_lookup_v1_RouteLookupRequest_key_map_nextmutable() local 292 …ookupResponse_add_targets(grpc_lookup_v1_RouteLookupResponse* msg, upb_StringView val, upb_Arena* … in grpc_lookup_v1_RouteLookupResponse_add_targets()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | row.rs | 54 pub fn map<F, B>(self, f: F) -> Map<'stmt, F> in map() method 145 map: F, field 156 let map = &mut self.map; in next() localVariable 169 map: F, field 181 let map = &mut self.map; in next() localVariable 474 let val = conn.query_row("SELECT a FROM test", [], |row| <(u32,)>::try_from(row))?; in test_try_from_row_for_tuple_1() localVariable 488 let val = conn.query_row("SELECT a, b FROM test", [], |row| { in test_try_from_row_for_tuple_2() localVariable 563 let val = conn.query_row("SELECT * FROM test", [], |row| BigTuple::try_from(row))?; in test_try_from_row_for_tuple_16() localVariable
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | flat_map_unittest.cc | 73 IntMap map(std::move(vect)); in TEST() local 78 IntMap map(std::move(vect), KEEP_LAST_OF_DUPES); in TEST() local 185 MoveOnlyInt val(22); in TEST() local 209 base::flat_map<MoveOnlyInt, int> map; in TEST() local 223 MoveOnlyInt val(22); in TEST() local 244 base::flat_map<MoveOnlyInt, int> map; in TEST() local 289 base::flat_map<MoveOnlyInt, int> map; in TEST() local 335 base::flat_map<MoveOnlyInt, int> map; in TEST() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | timer_mim.c | 41 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2() 52 static int timer_cb1(void *map, int *key, struct hmap_elem *val) in timer_cb1() 69 struct hmap_elem *val; in BPF_PROG() local
|
H A D | map_ptr_kern.c | 38 static inline int check_bpf_map_fields(struct bpf_map *map, __u32 key_size, in check_bpf_map_fields() 92 struct bpf_map map; member 109 struct bpf_map *map = (struct bpf_map *)&m_hash; in check_hash() local 120 const __u32 val = 1; in check_hash() local 131 struct bpf_map map; member 145 struct bpf_map *map = (struct bpf_map *)&m_array; in check_array() local 154 __u32 *val = bpf_map_lookup_elem(array, &key); in check_array() local 177 struct bpf_map *map = (struct bpf_map *)&m_prog_array; in check_prog_array() local 194 struct bpf_map *map = (struct bpf_map *)&m_perf_event_array; in check_perf_event_array() local 211 struct bpf_map *map = (struct bpf_map *)&m_percpu_hash; in check_percpu_hash() local [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/containers/ |
H A D | flat_map_unittest.cc | 91 IntMap map(std::move(vect)); in TEST() local 108 MapType map(sorted_unique, std::begin(input_vals), std::end(input_vals)); in TEST() local 117 MapType map(sorted_unique, vect); in TEST() local 125 MapType map(sorted_unique, std::move(vect)); in TEST() local 131 flat_map<int, Unsortable> map( in TEST() local 249 MoveOnlyInt val(22); in TEST() local 273 flat_map<MoveOnlyInt, int> map; in TEST() local 287 MoveOnlyInt val(22); in TEST() local 308 flat_map<MoveOnlyInt, int> map; in TEST() local 353 flat_map<MoveOnlyInt, int> map; in TEST() local [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/ |
HD | trove4j-1.1.jar | ... java.lang.Object implements java.util.Map$Entry {
private Double val
final synthetic Double val |
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | alloc.c | 60 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() 90 ext2fs_inode_bitmap map, ext2_ino_t *ret) in ext2fs_new_inode() 148 ext2fs_block_bitmap map, blk64_t *ret, in ext2fs_new_block3() 205 ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_new_block2() 211 ext2fs_block_bitmap map, blk_t *ret) in ext2fs_new_block() 214 blk64_t val; in ext2fs_new_block() local 284 int num, ext2fs_block_bitmap map, blk64_t *ret) in ext2fs_get_free_blocks2() 320 int num, ext2fs_block_bitmap map, blk_t *ret) in ext2fs_get_free_blocks() 323 blk64_t val; in ext2fs_get_free_blocks() local 405 blk64_t len, ext2fs_block_bitmap map, blk64_t *pblk, in ext2fs_new_range()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | map.h | 53 UPB_API_INLINE bool upb_Map_Set(upb_Map* map, upb_MessageValue key, in upb_Map_Set() 54 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Set() 65 UPB_INLINE bool upb_Map_Delete2(upb_Map* map, upb_MessageValue key, in upb_Map_Delete2() 66 upb_MessageValue* val) { in upb_Map_Delete2()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 53 upb_Map *map; member 145 upb_MessageValue val = upb_MapIterator_Value(intern->map, iter); in MapField_clone_obj() local 167 void MapField_GetPhpWrapper(zval *val, upb_Map *map, MapField_Type type, in MapField_GetPhpWrapper() 187 upb_Map *MapField_GetUpbMap(zval *val, MapField_Type type, upb_Arena *arena) { in MapField_GetUpbMap() 193 upb_Map *map = upb_Map_New(arena, type.key_type, type.val_type.type); in MapField_GetUpbMap() local 379 zval *key, *val; in PHP_METHOD() local 538 static void MapFieldIter_make(zval *val, zval *map_field) { in MapFieldIter_make()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 53 upb_Map *map; member 145 upb_MessageValue val = upb_MapIterator_Value(intern->map, iter); in MapField_clone_obj() local 167 void MapField_GetPhpWrapper(zval *val, upb_Map *map, MapField_Type type, in MapField_GetPhpWrapper() 187 upb_Map *MapField_GetUpbMap(zval *val, MapField_Type type, upb_Arena *arena) { in MapField_GetUpbMap() 193 upb_Map *map = upb_Map_New(arena, type.key_type, type.val_type.type); in MapField_GetUpbMap() local 379 zval *key, *val; in PHP_METHOD() local 538 static void MapFieldIter_make(zval *val, zval *map_field) { in MapFieldIter_make()
|
/aosp_15_r20/external/rust/android-crates-io/crates/configparser/tests/ |
D | test.rs | 8 let map = config.load("tests/test.ini")?; in non_cs() localVariable 86 let val = config2.remove_key("default", "defaultvalues"); in non_cs() localVariable 136 let map = config.load("tests/test.ini")?; in cs() localVariable 214 let val = config2.remove_key("default", "defaultvalues"); in cs() localVariable 499 let map = config.get_map_ref(); in multiline_off() localVariable
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/src/proto/grpc/gcp/ |
H A D | altscontext.upb.h | 148 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_size() local 151 …ext_peer_attributes_get(const grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView* val) { in grpc_gcp_AltsContext_peer_attributes_get() 153 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_get() local 159 const upb_Map* map = upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_next() local 206 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_clear() local 210 …peer_attributes_set(grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_gcp_AltsContext_peer_attributes_set() 212 upb_Map* map = _upb_Message_GetOrCreateMutableMap(UPB_UPCAST(msg), in grpc_gcp_AltsContext_peer_attributes_set() local 219 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_delete() local 225 upb_Map* map = (upb_Map*)upb_Message_GetMap(UPB_UPCAST(msg), &field); in grpc_gcp_AltsContext_peer_attributes_nextmutable() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/ |
D | altscontext.upb.h | 148 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_size() local 151 …ext_peer_attributes_get(const grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView* val) { in grpc_gcp_AltsContext_peer_attributes_get() 153 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_get() local 159 const upb_Map* map = upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_next() local 198 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_clear() local 202 …peer_attributes_set(grpc_gcp_AltsContext* msg, upb_StringView key, upb_StringView val, upb_Arena* … in grpc_gcp_AltsContext_peer_attributes_set() 204 upb_Map* map = _upb_Message_GetOrCreateMutableMap(msg, &field, 0, 0, a); in grpc_gcp_AltsContext_peer_attributes_set() local 210 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_delete() local 216 upb_Map* map = (upb_Map*)upb_Message_GetMap(msg, &field); in grpc_gcp_AltsContext_peer_attributes_nextmutable() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/collections/ |
D | map.h | 74 UPB_API_INLINE bool upb_Map_Set(upb_Map* map, upb_MessageValue key, in upb_Map_Set() 75 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Set() 86 UPB_INLINE bool upb_Map_Delete2(upb_Map* map, upb_MessageValue key, in upb_Map_Delete2() 87 upb_MessageValue* val) { in upb_Map_Delete2()
|