HomeSort by relevance Sort by last modified time
    Searched refs:PrintRaw (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 103 void PrintRaw(const string& data);
107 void PrintRaw(const char* data);
printer_unittest.cc 96 printer.PrintRaw(" This is the same line.\n");
97 printer.PrintRaw("But this is a new one.\nAnd this is another one.");
99 printer.PrintRaw(string_obj);
129 printer.PrintRaw("RawBit\n");
158 printer.PrintRaw("RawBit\n");
191 printer.PrintRaw("RawBit has indent at start\n");
192 printer.PrintRaw("but not after a raw newline\n");
printer.cc 158 void Printer::PrintRaw(const string& data) {
162 void Printer::PrintRaw(const char* data) {
  /external/protobuf/src/google/protobuf/io/
printer.h 99 void PrintRaw(const string& data);
103 void PrintRaw(const char* data);
printer_unittest.cc 96 printer.PrintRaw(" This is the same line.\n");
97 printer.PrintRaw("But this is a new one.\nAnd this is another one.");
99 printer.PrintRaw(string_obj);
129 printer.PrintRaw("RawBit\n");
158 printer.PrintRaw("RawBit\n");
191 printer.PrintRaw("RawBit has indent at start\n");
192 printer.PrintRaw("but not after a raw newline\n");
printer.cc 148 void Printer::PrintRaw(const string& data) {
152 void Printer::PrintRaw(const char* data) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 163 printer.PrintRaw(GetOutputFileContent(name_, "first_insert",
177 printer.PrintRaw(GetOutputFileContent(name_, "second_insert",
190 printer.PrintRaw(GetOutputFileContent(name_, parameter,
192 printer.PrintRaw(kFirstInsertionPoint);
193 printer.PrintRaw(kSecondInsertionPoint);
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 141 printer.PrintRaw(GetOutputFileContent(name_, "first_insert", file));
154 printer.PrintRaw(GetOutputFileContent(name_, "second_insert", file));
166 printer.PrintRaw(GetOutputFileContent(name_, parameter, file));
167 printer.PrintRaw(kFirstInsertionPoint);
168 printer.PrintRaw(kSecondInsertionPoint);

Completed in 212 milliseconds