Home
last modified time | relevance | path

Searched refs:PrintRaw (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc96 printer.PrintRaw(" This is the same line.\n"); in TEST()
97 printer.PrintRaw("But this is a new one.\nAnd this is another one."); in TEST()
99 printer.PrintRaw(string_obj); in TEST()
129 printer.PrintRaw("RawBit\n"); in TEST()
158 printer.PrintRaw("RawBit\n"); in TEST()
191 printer.PrintRaw("RawBit has indent at start\n"); in TEST()
192 printer.PrintRaw("but not after a raw newline\n"); in TEST()
Dprinter.h103 void PrintRaw(const string& data);
107 void PrintRaw(const char* data);
Dprinter.cc158 void Printer::PrintRaw(const string& data) { in PrintRaw() function in google::protobuf::io::Printer
162 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc163 printer.PrintRaw(GetOutputFileContent(name_, "first_insert", in Generate()
176 printer.PrintRaw(GetOutputFileContent(name_, "second_insert", in Generate()
189 printer.PrintRaw(GetOutputFileContent(name_, parameter, in Generate()
191 printer.PrintRaw(kFirstInsertionPoint); in Generate()
192 printer.PrintRaw(kSecondInsertionPoint); in Generate()