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

/external/chromium_org/chrome/installer/util/
H A Dregistry_key_backup.cc78 bool WriteTo(RegKey* key) const;
228 bool RegistryKeyBackup::KeyData::WriteTo(RegKey* key) const { function in class:RegistryKeyBackup::KeyData
258 if (!it->second.WriteTo(&subkey)) {
303 bool RegistryKeyBackup::WriteTo(HKEY root, function in class:RegistryKeyBackup
320 success = key_data_->WriteTo(&dest_key);
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp73 unsigned &WriteFrom, unsigned WriteTo,
213 /// \p WriteTo - 1.
215 unsigned &WriteFrom, unsigned WriteTo,
218 if (WriteTo <= WriteFrom)
222 WriteFrom = WriteTo;
225 OS.write(FromFile.getBufferStart() + WriteFrom, WriteTo - WriteFrom);
228 FromFile.getBufferStart() + WriteTo, '\n');
230 char LastChar = FromFile.getBufferStart()[WriteTo - 1];
234 WriteFrom = WriteTo;
214 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef EOL, int &Line, bool EnsureNewline) argument
/external/chromium_org/courgette/
H A Dencoded_program.cc310 CheckBool EncodedProgram::WriteTo(SinkStreamSet* streams) { function in class:courgette::EncodedProgram
313 // The order of fields must be consistent in WriteTo and ReadFrom, regardless
776 if (!encoded->WriteTo(sink))
/external/chromium_org/v8/src/
H A Dutils.h531 void WriteTo(Vector<T> destination) { function in class:v8::internal::Collector
553 WriteTo(new_store);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc868 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); } function in class:__anon17403::TestJSONStream
913 stream.WriteTo(json);

Completed in 2510 milliseconds