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

/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp68 unsigned &WriteFrom, unsigned WriteTo,
193 /// \p WriteTo - 1.
195 unsigned &WriteFrom, unsigned WriteTo,
198 if (WriteTo <= WriteFrom)
200 OS.write(FromFile.getBufferStart() + WriteFrom, WriteTo - WriteFrom);
203 FromFile.getBufferStart() + WriteTo, '\n');
205 char LastChar = FromFile.getBufferStart()[WriteTo - 1];
209 WriteFrom = WriteTo;
194 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef EOL, int &Line, bool EnsureNewline) argument
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc554 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); } function in class:__anon13528::TestJSONStream
595 stream.WriteTo(json);

Completed in 99 milliseconds