Home
last modified time | relevance | path

Searched refs:child_map (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_contained_range_map-inl.h76 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()
Dcontained_range_map-inl.h128 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/
Dlws-struct-lejp.c60 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()
Dlws-struct-sqlite.c190 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/
Dsaved_model_aot_compile.py161 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/
Dlws-struct.h49 const struct lws_struct_map *child_map; member
/external/python/asn1crypto/asn1crypto/
Dcore.py4658 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])