Blender
V3.3
|
Public Attributes | |
OldNew * | entries |
int | nentries |
int32_t * | map |
int | capacity_exp |
Definition at line 240 of file readfile.c.
int OldNewMap::capacity_exp |
Definition at line 247 of file readfile.c.
Referenced by oldnewmap_increase_size(), and oldnewmap_init_data().
OldNew* OldNewMap::entries |
Definition at line 242 of file readfile.c.
Referenced by blo_end_packed_pointer_map(), change_link_placeholder_to_real_ID_pointer_fd(), oldnewmap_clear(), oldnewmap_free(), oldnewmap_increase_size(), oldnewmap_init_data(), oldnewmap_insert_or_replace(), and oldnewmap_lookup_entry().
int32_t* OldNewMap::map |
Definition at line 245 of file readfile.c.
Referenced by oldnewmap_clear(), oldnewmap_clear_map(), oldnewmap_free(), oldnewmap_increase_size(), oldnewmap_init_data(), oldnewmap_insert_index_in_map(), and oldnewmap_insert_or_replace().
int OldNewMap::nentries |
Definition at line 243 of file readfile.c.
Referenced by blo_end_packed_pointer_map(), change_link_placeholder_to_real_ID_pointer_fd(), oldnewmap_clear(), oldnewmap_increase_size(), oldnewmap_insert(), and oldnewmap_insert_or_replace().