Searched refs:child_map (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/processor/ |
D | static_contained_range_map-inl.h | 76 StaticContainedRangeMap child_map(memory_child); in RetrieveRange() 78 if (address < child_map.base_) in RetrieveRange() 84 if (!child_map.RetrieveRange(address, entry)) in RetrieveRange() 85 entry = child_map.entry_ptr_; in RetrieveRange()
|
D | contained_range_map-inl.h | 128 AddressToRangeMap *child_map = NULL; in StoreRange() local 134 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange() 145 new ContainedRangeMap(base, entry, child_map))); in StoreRange()
|
/external/libwebsockets/lib/misc/ |
D | lws-struct-lejp.c | 60 lejp_parser_push(ctx, a->dest, &map->child_map[0].colname, in lws_struct_schema_only_lejp_cb() 62 a->map_st[ctx->pst_sp] = map->child_map; in lws_struct_schema_only_lejp_cb() 82 lejp_parser_push(ctx, ch, (const char * const*)map->child_map, in lws_struct_lejp_push() 85 args->map_st[ctx->pst_sp] = map->child_map; in lws_struct_lejp_push() 587 j->map = map->child_map; in lws_struct_json_serialize() 612 j->map = map->child_map; in lws_struct_json_serialize() 641 j->map = map->child_map; in lws_struct_json_serialize()
|
D | lws-struct-sqlite.c | 190 a.map_st[0] = schema->child_map; in lws_struct_sq3_deserialize() 226 const lws_struct_map_t *map = schema->child_map; in _lws_struct_sq3_ser_one() 396 const lws_struct_map_t *map = schema->child_map; in lws_struct_sq3_create_table()
|
/external/tensorflow/tensorflow/python/tools/ |
D | saved_model_aot_compile.py | 161 child_map = collections.defaultdict(lambda: []) 165 child_map[inp].append(n) 168 queue = list(child_map[v_name]) 176 children = child_map.get(n_current.name, [])
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 49 const struct lws_struct_map *child_map; member
|
/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])
|