Searched defs:DiffChunkStruct (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-liveedit.cc63 class DiffChunkStruct : public ZoneObject { class in namespace:__anon12938
65 DiffChunkStruct(int pos1_param, int pos2_param, function in class:__anon12938::DiffChunkStruct
73 DiffChunkStruct* next;
79 explicit ListDiffOutputWriter(DiffChunkStruct** next_chunk_pointer)
84 current_chunk_ = new DiffChunkStruct(pos1, pos2, len1, len2);
89 DiffChunkStruct** next_chunk_pointer_;
90 DiffChunkStruct* current_chunk_;
100 DiffChunkStruct* first_chunk;
113 for (DiffChunkStruct* chunk = first_chunk;

Completed in 167 milliseconds