Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp371 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() function in CodeCompletionBuilder
/external/v8/src/debug/
Dliveedit.cc393 void AddChunk(int pos1, int pos2, int len1, int len2) { in AddChunk() function in v8::internal::TokensCompareOutput
511 void AddChunk(int line_pos1, int line_pos2, int line_len1, int line_len2) { in AddChunk() function in v8::internal::TokenizingLineArrayCompareOutput
/external/webp/src/demux/
Ddemux.c177 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) { in AddChunk() function