Searched refs:ChunkHeader (Results 1 – 3 of 3) sorted by relevance
129 RAPIDJSON_ASSERT(size > sizeof(ChunkHeader));130 chunkHead_ = reinterpret_cast<ChunkHeader*>(buffer);131 chunkHead_->capacity = size - sizeof(ChunkHeader);147 ChunkHeader* next = chunkHead_->next; in Clear()160 for (ChunkHeader* c = chunkHead_; c != 0; c = c->next) in Capacity()170 for (ChunkHeader* c = chunkHead_; c != 0; c = c->next) in Size()184 …void *buffer = reinterpret_cast<char *>(chunkHead_) + RAPIDJSON_ALIGN(sizeof(ChunkHeader)) + chunk… in Malloc()234 …ChunkHeader* chunk = reinterpret_cast<ChunkHeader*>(baseAllocator_->Malloc(RAPIDJSON_ALIGN(sizeof(… in AddChunk()246 struct ChunkHeader { struct249 ChunkHeader *next; //!< Next chunk in the linked list. argument[all …]
64 using ChunkHeader = int32_t; typedef204 pendingBlocks_ = pendingBlocksBuffer_.data() + sizeof(ChunkHeader); in IncrementalServer()516 auto dataBytes = pendingBlocks_ - (pendingBlocksBuffer_.data() + sizeof(ChunkHeader)); in Flush()521 *(ChunkHeader*)pendingBlocksBuffer_.data() = toBigEndian<int32_t>(dataBytes); in Flush()522 auto totalBytes = sizeof(ChunkHeader) + dataBytes; in Flush()527 pendingBlocks_ = pendingBlocksBuffer_.data() + sizeof(ChunkHeader); in Flush()
70 struct ChunkHeader { struct275 const ChunkHeader* chunkHeader = (const ChunkHeader*)*oSoundBuf; in parseClipBuf()