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

/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp69 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;
196 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:__anon13994::TestJSONStream
595 stream.WriteTo(json);

Completed in 233 milliseconds