/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | upbc.cc | 54 printer->PrintRaw("\\\\"); in PrintString() 57 printer->PrintRaw("\\'"); in PrintString() 64 printer->PrintRaw("\\x"); in PrintString()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | mock_code_generator.cc | 233 printer.PrintRaw( in Generate() 246 printer.PrintRaw( in Generate() 263 printer.PrintRaw(GetOutputFileContent(name_, parameter, file, context)); in Generate() 269 printer.PrintRaw(kFirstInsertionPoint); in Generate() 274 printer.PrintRaw(kSecondInsertionPoint); in Generate()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 98 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()
|
D | printer.h | 266 void PrintRaw(const std::string& data); 270 void PrintRaw(const char* data);
|
D | printer.cc | 196 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer 200 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
|
/external/grpc-grpc/src/compiler/ |
D | protobuf_plugin.h | 144 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function
|
D | schema_interface.h | 89 virtual void PrintRaw(const char* string) = 0;
|
D | php_generator.cc | 171 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | ruby_generator.cc | 185 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | objective_c_generator.cc | 69 printer->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
|
D | node_generator.cc | 262 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | csharp_generator.cc | 674 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | python_generator.cc | 104 out->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
|
D | cpp_generator.cc | 106 printer->PrintRaw(leading_comments.c_str()); in GetHeaderPrologue()
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | protobuf_plugin.h | 145 void PrintRaw(const char* string) { printer_.PrintRaw(string); } in PrintRaw() function
|
D | schema_interface.h | 95 virtual void PrintRaw(const char* string) = 0;
|
D | ruby_generator.cc | 175 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | php_generator.cc | 183 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | node_generator.cc | 259 out.PrintRaw(leading_comments.c_str()); in GenerateFile()
|
D | objective_c_generator.cc | 69 printer->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
|
D | cpp_generator.cc | 108 printer->PrintRaw(leading_comments.c_str()); in GetHeaderPrologue() 178 printer->PrintRaw("\n"); in GetHeaderIncludes() 2358 printer->PrintRaw("\n"); in GetMockPrologue()
|
D | csharp_generator.cc | 798 out.PrintRaw(leading_comments.c_str()); in GetServices()
|
D | python_generator.cc | 111 out->PrintRaw(it->c_str() + start_pos); in PrintAllComments()
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1767 printer_->PrintRaw(specific_field.field->name()); in PrintPath() 1774 printer_->PrintRaw(StrCat(specific_field.unknown_field_number)); in PrintPath() 1814 printer_->PrintRaw(output); in PrintValue() 1855 printer_->PrintRaw(output); in PrintUnknownFieldValue()
|