Searched defs:WriteText (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/tests/
H A Dauto_testfile.h62 WriteText(text, static_cast<size_t>(strlen(text)));
68 WriteText(text, text_len);
108 void WriteText(const char* text, size_t text_len) { function in class:google_breakpad::AutoTestFile
/external/openfst/src/lib/
H A Dsymbol-table.cc249 bool SymbolTable::WriteText(ostream &strm, function in class:fst::SymbolTable
/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc203 int FileWrapperImpl::WriteText(const char* format, ...) { function in class:webrtc::FileWrapperImpl
/external/openfst/src/include/fst/
H A Dsymbol-table.h360 virtual bool WriteText(
365 bool WriteText(const string& filename) const { function in class:fst::SymbolTable
368 LOG(ERROR) << "SymbolTable::WriteText: Can't open file " << filename;
371 return WriteText(strm);

Completed in 140 milliseconds