Home
last modified time | relevance | path

Searched defs:AddChunk (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_allocator/
Dfreelist.cc19 Status FreeList::AddChunk(std::span<std::byte> chunk) { in AddChunk() function in pw::allocator::FreeList
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp371 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp460 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
/external/webp/src/demux/
Ddemux.c177 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) { in AddChunk() function