|
Blender
V2.93
|
Public Attributes | |
| OldNew * | entries |
| int | nentries |
| int32_t * | map |
| int | capacity_exp |
Definition at line 264 of file readfile.c.
| int OldNewMap::capacity_exp |
Definition at line 271 of file readfile.c.
Referenced by oldnewmap_clear(), oldnewmap_increase_size(), and oldnewmap_new().
| OldNew* OldNewMap::entries |
Definition at line 266 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_insert_or_replace(), oldnewmap_lookup_entry(), and oldnewmap_new().
| int32_t* OldNewMap::map |
Definition at line 269 of file readfile.c.
Referenced by oldnewmap_clear_map(), oldnewmap_free(), oldnewmap_increase_size(), oldnewmap_insert_index_in_map(), oldnewmap_insert_or_replace(), and oldnewmap_new().
| int OldNewMap::nentries |
Definition at line 267 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().