|
V8 Project
|
Collaboration diagram for v8::internal::Differencer::ResultWriter:Public Member Functions | |
| ResultWriter (Comparator::Output *chunk_writer) | |
| void | eq () |
| void | skip1 (int len1) |
| void | skip2 (int len2) |
| void | close () |
Private Member Functions | |
| void | StartChunk () |
| void | FlushChunk () |
Private Attributes | |
| Comparator::Output * | chunk_writer_ |
| int | pos1_ |
| int | pos2_ |
| int | pos1_begin_ |
| int | pos2_begin_ |
| bool | has_open_chunk_ |
Definition at line 185 of file liveedit.cc.
|
inlineexplicit |
Definition at line 187 of file liveedit.cc.
|
inline |
Definition at line 204 of file liveedit.cc.
References FlushChunk().
Referenced by v8::internal::Differencer::SaveResult().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 191 of file liveedit.cc.
References FlushChunk(), pos1_, and pos2_.
Referenced by v8::internal::Differencer::SaveResult().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 224 of file liveedit.cc.
References v8::internal::Comparator::Output::AddChunk(), chunk_writer_, has_open_chunk_, pos1_, pos1_begin_, pos2_, and pos2_begin_.
Referenced by close(), and eq().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 196 of file liveedit.cc.
References pos1_, and StartChunk().
Referenced by v8::internal::Differencer::SaveResult().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 200 of file liveedit.cc.
References pos2_, and StartChunk().
Referenced by v8::internal::Differencer::SaveResult().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 216 of file liveedit.cc.
References has_open_chunk_, pos1_, pos1_begin_, pos2_, and pos2_begin_.
Referenced by skip1(), and skip2().
Here is the caller graph for this function:
|
private |
Definition at line 209 of file liveedit.cc.
Referenced by FlushChunk().
|
private |
Definition at line 214 of file liveedit.cc.
Referenced by FlushChunk(), and StartChunk().
|
private |
Definition at line 210 of file liveedit.cc.
Referenced by eq(), FlushChunk(), skip1(), and StartChunk().
|
private |
Definition at line 212 of file liveedit.cc.
Referenced by FlushChunk(), and StartChunk().
|
private |
Definition at line 211 of file liveedit.cc.
Referenced by eq(), FlushChunk(), skip2(), and StartChunk().
|
private |
Definition at line 213 of file liveedit.cc.
Referenced by FlushChunk(), and StartChunk().