Blender
V3.3
|
Public Attributes | |
struct BTableRef * | next |
const BChunkRef * | cref |
Single linked list used when putting chunks into a temporary table, used for lookups.
Point to the BChunkRef, not the BChunk, to allow talking down the chunks in-order until a mismatch is found, this avoids having to do so many table lookups.
Definition at line 295 of file array_store.c.
const BChunkRef* BTableRef::cref |
Definition at line 297 of file array_store.c.
Referenced by bchunk_list_append_data(), bchunk_list_append_only(), bchunk_list_decref(), 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().
struct BTableRef* BTableRef::next |
Definition at line 296 of file array_store.c.
Referenced by bchunk_list_from_data_merge(), and table_lookup().