|
Blender V4.3
|
Public Attributes | |
| BChunkRef * | next |
| BChunkRef * | prev |
| BChunk * | link |
Links to store BChunk data in BChunkList.chunk_refs.
Definition at line 328 of file array_store.cc.
| BChunk* BChunkRef::link |
Definition at line 330 of file array_store.cc.
Referenced by bchunk_list_append_data(), bchunk_list_append_only(), bchunk_list_ensure_min_size_last(), bchunk_list_from_data_merge(), bchunk_list_size(), BLI_array_store_is_valid(), BLI_array_store_state_data_get(), hash_array_from_cref(), key_from_chunk_ref(), and table_lookup().
| BChunkRef* BChunkRef::next |
Definition at line 329 of file array_store.cc.
Referenced by bchunk_list_ensure_min_size_last(), bchunk_list_from_data_merge(), and hash_array_from_cref().
| BChunkRef * BChunkRef::prev |
Definition at line 329 of file array_store.cc.
Referenced by bchunk_list_ensure_min_size_last(), and bchunk_list_from_data_merge().