Searched refs:child_map (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | static_contained_range_map-inl.h | 75 StaticContainedRangeMap child_map(memory_child); in RetrieveRange() 77 if (address < child_map.base_) in RetrieveRange() 83 if (!child_map.RetrieveRange(address, entry)) in RetrieveRange() 84 entry = child_map.entry_ptr_; in RetrieveRange() 98 StaticContainedRangeMap child_map(memory_child); in RetrieveRanges() 99 if (address < child_map.base_) in RetrieveRanges() 101 child_map.RetrieveRanges(address, entries); in RetrieveRanges() 102 entries.push_back(child_map.entry_ptr_); in RetrieveRanges()
|
H A D | contained_range_map-inl.h | 129 AddressToRangeMap* child_map = NULL; in StoreRange() local 135 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange() 146 new ContainedRangeMap(base, entry, child_map, allow_equal_range_); in StoreRange()
|
/aosp_15_r20/external/libwebsockets/lib/misc/ |
H A D | lws-struct-lejp.c | 57 const lws_struct_map_t *child = &map->child_map[m]; in lws_struct_schema_only_lejp_cb() 104 lejp_parser_push(ctx, a->dest, &map->child_map[0].colname, in lws_struct_schema_only_lejp_cb() 106 a->map_st[ctx->pst_sp] = map->child_map; in lws_struct_schema_only_lejp_cb() 132 lejp_parser_push(ctx, ch, (const char * const*)map->child_map, in lws_struct_lejp_push() 135 args->map_st[ctx->pst_sp] = map->child_map; in lws_struct_lejp_push() 681 j->map = map->child_map; in lws_struct_json_serialize() 706 j->map = map->child_map; in lws_struct_json_serialize() 737 j->map = map->child_map; in lws_struct_json_serialize()
|
H A D | lws-struct-sqlite.c | 195 a.map_st[0] = schema->child_map; in lws_struct_sq3_deserialize() 209 "%s%c", schema->child_map[n].colname, in lws_struct_sq3_deserialize() 243 const lws_struct_map_t *map = schema->child_map; in _lws_struct_sq3_ser_one() 452 const lws_struct_map_t *map = schema->child_map; in lws_struct_sq3_create_table()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | saved_model_aot_compile.py | 154 child_map = collections.defaultdict(lambda: []) 158 child_map[inp].append(n) 161 queue = list(child_map[v_name]) 169 children = child_map.get(n_current.name, [])
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/ |
D | test_model.proto | 59 map<int32, ChildModel1> child_map = 225; field
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-struct.h | 50 const struct lws_struct_map *child_map; member
|
/aosp_15_r20/external/python/asn1crypto/asn1crypto/ |
D | core.py | 4658 child_map = {} 4697 child_map[field] = child 4703 if index in child_map: 4720 child_map[index] = VOID 4722 child_map[index] = field_spec(**field_params) 4735 self.children.append(child_map[index])
|