Home
last modified time | relevance | path

Searched refs:AddChunk (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Dliveedit.cc51 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
257 chunk_writer_->AddChunk(pos1_begin_, pos2_begin_, in FlushChunk()
371 void AddChunk(int pos1, int pos2, int len1, int len2) override { in AddChunk() function in v8::internal::__anona58e59670111::TokensCompareOutput
482 void AddChunk(int line_pos1, int line_pos2, int line_len1, in AddChunk() function in v8::internal::__anona58e59670111::TokenizingLineArrayCompareOutput
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c177 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) { in AddChunk() function
369 AddChunk(dmux, chunk); in StoreChunk()