Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc178 printer.PrintRaw(GetOutputFileContent(name_, "first_insert", in Generate()
191 printer.PrintRaw(GetOutputFileContent(name_, "second_insert", in Generate()
204 printer.PrintRaw(GetOutputFileContent(name_, parameter, in Generate()
206 printer.PrintRaw(kFirstInsertionPoint); in Generate()
207 printer.PrintRaw(kSecondInsertionPoint); in Generate()
/external/protobuf/src/google/protobuf/io/
Dprinter_unittest.cc98 printer.PrintRaw(" This is the same line.\n"); in TEST()
99 printer.PrintRaw("But this is a new one.\nAnd this is another one."); in TEST()
101 printer.PrintRaw(string_obj); in TEST()
131 printer.PrintRaw("RawBit\n"); in TEST()
160 printer.PrintRaw("RawBit\n"); in TEST()
383 printer.PrintRaw("RawBit has indent at start\n"); in TEST()
384 printer.PrintRaw("but not after a raw newline\n"); in TEST()
Dprinter.h268 void PrintRaw(const string& data);
272 void PrintRaw(const char* data);
Dprinter.cc304 void Printer::PrintRaw(const string& data) { in PrintRaw() function in google::protobuf::io::Printer
308 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h144 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function
Dschema_interface.h89 virtual void PrintRaw(const char* string) = 0;
Dphp_generator.cc171 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
Druby_generator.cc185 out.PrintRaw(leading_comments.c_str()); in GetServices()
Dobjective_c_generator.cc69 printer->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
Dnode_generator.cc262 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
Dcsharp_generator.cc674 out.PrintRaw(leading_comments.c_str()); in GetServices()
Dpython_generator.cc104 out->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
Dcpp_generator.cc106 printer->PrintRaw(leading_comments.c_str()); in GetHeaderPrologue()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1496 printer_->PrintRaw(specific_field.field->name()); in PrintPath()
1499 printer_->PrintRaw(SimpleItoa(specific_field.unknown_field_number)); in PrintPath()
1532 printer_->PrintRaw(output); in PrintValue()
1575 printer_->PrintRaw(output); in PrintUnknownFieldValue()