Searched refs:PrintRaw (Results 1 – 6 of 6) sorted by relevance
242 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()
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()
267 void PrintRaw(const std::string& data);271 void PrintRaw(const char* data);
197 void Printer::PrintRaw(const std::string& data) { in PrintRaw() function in google::protobuf::io::Printer201 void Printer::PrintRaw(const char* data) { in PrintRaw() function in google::protobuf::io::Printer
1775 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()
130 "google::protobuf::io::Printer::PrintRaw(char const*)";