Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/bindings/lua/
Dupbc.cc54 printer->PrintRaw("\\\\"); in PrintString()
57 printer->PrintRaw("\\'"); in PrintString()
64 printer->PrintRaw("\\x"); in PrintString()
/third_party/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.cc242 printer.PrintRaw( in Generate()
255 printer.PrintRaw( in Generate()
272 printer.PrintRaw(GetOutputFileContent(name_, parameter, file, context)); in Generate()
278 printer.PrintRaw(kFirstInsertionPoint); in Generate()
283 printer.PrintRaw(kSecondInsertionPoint); in Generate()
/third_party/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()
132 printer.PrintRaw("RawBit\n"); in TEST()
162 printer.PrintRaw("RawBit\n"); in TEST()
463 printer.PrintRaw("RawBit has indent at start\n"); in TEST()
464 printer.PrintRaw("but not after a raw newline\n"); in TEST()
Dprinter.h267 void PrintRaw(const std::string& data);
271 void PrintRaw(const char* data);
Dprinter.cc197 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer
201 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h145 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function
Dschema_interface.h95 virtual void PrintRaw(const char* string) = 0;
Druby_generator.cc175 out.PrintRaw(leading_comments.c_str()); in GetServices()
Dphp_generator.cc183 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
Dnode_generator.cc259 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
Dobjective_c_generator.cc69 printer->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
Dcpp_generator.cc108 printer->PrintRaw(leading_comments.c_str()); in GetHeaderPrologue()
178 printer->PrintRaw("\n"); in GetHeaderIncludes()
2358 printer->PrintRaw("\n"); in GetMockPrologue()
Dcsharp_generator.cc798 out.PrintRaw(leading_comments.c_str()); in GetServices()
Dpython_generator.cc111 out->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1775 printer_->PrintRaw(specific_field.field->name()); in PrintPath()
1782 printer_->PrintRaw(StrCat(specific_field.unknown_field_number)); in PrintPath()
1822 printer_->PrintRaw(output); in PrintValue()
1863 printer_->PrintRaw(output); in PrintUnknownFieldValue()
/third_party/protobuf/
Dlibprotobuf.map130 "google::protobuf::io::Printer::PrintRaw(char const*)";