HomeSort by relevance Sort by last modified time
    Searched refs:AddChunk (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
CodeCompleteConsumer.cpp 371 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
allocators.h 182 AddChunk(chunk_capacity_ > size ? chunk_capacity_ : size);
231 void AddChunk(size_t capacity) {
  /external/v8/test/cctest/
test-liveedit.cc 82 void AddChunk(int pos1, int pos2, int len1, int len2) {
  /external/v8/src/debug/
liveedit.h 206 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
liveedit.cc 227 chunk_writer_->AddChunk(pos1_begin_, pos2_begin_,
392 void AddChunk(int pos1, int pos2, int len1, int len2) {
510 void AddChunk(int line_pos1, int line_pos2, int line_len1, int line_len2) {
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 608 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");
    [all...]
  /external/opencv3/3rdparty/libwebp/demux/
demux.c 179 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) {
390 AddChunk(dmux, chunk);
  /external/webp/src/demux/
demux.c 177 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) {
358 AddChunk(dmux, chunk);

Completed in 510 milliseconds