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

  /external/protobuf/src/google/protobuf/
text_format.h 95 // You can derive from this FieldValuePrinter if you want to have
98 class LIBPROTOBUF_EXPORT FieldValuePrinter {
100 FieldValuePrinter();
101 virtual ~FieldValuePrinter();
125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldValuePrinter);
184 // sequences. This will change the default FieldValuePrinter.
187 // Set the default FieldValuePrinter that is used for all fields that
190 void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer);
234 // Register a custom field-specific FieldValuePrinter for fields
240 const FieldValuePrinter* printer)
    [all...]
text_format.cc     [all...]
text_format_unittest.cc 397 class CustomUInt32FieldValuePrinter : public TextFormat::FieldValuePrinter {
400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u");
421 class CustomInt32FieldValuePrinter : public TextFormat::FieldValuePrinter {
424 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")");
451 TextFormat::FieldValuePrinter my_field_printer;
456 class CustomMessageFieldValuePrinter : public TextFormat::FieldValuePrinter {
459 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", strings::Hex(v));
506 class CustomMultilineCommentPrinter : public TextFormat::FieldValuePrinter {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 95 // You can derive from this FieldValuePrinter if you want to have
98 class LIBPROTOBUF_EXPORT FieldValuePrinter {
100 FieldValuePrinter();
101 virtual ~FieldValuePrinter();
125 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldValuePrinter);
184 // sequences. This will change the default FieldValuePrinter.
187 // Set the default FieldValuePrinter that is used for all fields that
190 void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer);
234 // Register a custom field-specific FieldValuePrinter for fields
240 const FieldValuePrinter* printer)
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 1045 milliseconds