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

  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 69 unsigned &WriteFrom, unsigned WriteTo,
195 /// \p WriteTo - 1.
197 unsigned &WriteFrom, unsigned WriteTo,
200 if (WriteTo <= WriteFrom)
202 OS.write(FromFile.getBufferStart() + WriteFrom, WriteTo - WriteFrom);
205 FromFile.getBufferStart() + WriteTo, '\n');
207 char LastChar = FromFile.getBufferStart()[WriteTo - 1];
211 WriteFrom = WriteTo;
  /external/v8/src/
preparse-data.cc 101 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
157 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
161 symbol_store_.WriteTo(
utils.h 586 void WriteTo(Vector<T> destination) {
608 WriteTo(new_store);
  /external/v8/test/cctest/
test-heap-profiler.cc 554 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); }
595 stream.WriteTo(json);
    [all...]

Completed in 49 milliseconds