Home
last modified time | relevance | path

Searched refs:all_keys_are_qstrs (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c77 map->all_keys_are_qstrs = 1; in mp_map_init()
85 map->all_keys_are_qstrs = 1; in mp_map_init_fixed_table()
105 map->all_keys_are_qstrs = 1; in mp_map_clear()
119 map->all_keys_are_qstrs = 1; in mp_map_rehash()
140 bool compare_only_ptrs = map->all_keys_are_qstrs; in mp_map_lookup()
191 map->all_keys_are_qstrs = 0; in mp_map_lookup()
232 map->all_keys_are_qstrs = 0; in mp_map_lookup()
272 map->all_keys_are_qstrs = 0; in mp_map_lookup()
A Dmoduerrno.c74 .all_keys_are_qstrs = 0, // keys are integers
A Dobjdict.c39 .all_keys_are_qstrs = 0,
254 other->map.all_keys_are_qstrs = self->map.all_keys_are_qstrs; in mp_obj_dict_copy()
A Dobj.h359 .all_keys_are_qstrs = 1, \
371 .all_keys_are_qstrs = 1, \
409 size_t all_keys_are_qstrs : 1; member

Completed in 9 milliseconds