Home
last modified time | relevance | path

Searched refs:shortDebugString (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java113 public static String shortDebugString(final MessageOrBuilder message) { in shortDebugString() method in TextFormat
114 return printer().shortDebugString(message); in shortDebugString()
124 public static String shortDebugString(final FieldDescriptor field, final Object value) { in shortDebugString() method in TextFormat
125 return printer().shortDebugString(field, value); in shortDebugString()
135 public static String shortDebugString(final UnknownFieldSet fields) { in shortDebugString() method in TextFormat
136 return printer().shortDebugString(fields); in shortDebugString()
624 public String shortDebugString(final MessageOrBuilder message) { in shortDebugString() method in TextFormat.Printer
638 public String shortDebugString(final FieldDescriptor field, final Object value) { in shortDebugString() method in TextFormat.Printer
652 public String shortDebugString(final UnknownFieldSet fields) { in shortDebugString() method in TextFormat.Printer
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java500 TextFormat.shortDebugString(TestAllTypes.newBuilder() in testShortDebugString()
512 TextFormat.shortDebugString(makeUnknownFieldSet())); in testShortDebugString_unknown()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java1108 TextFormat.shortDebugString( in testShortDebugString()
1120 TextFormat.printer().shortDebugString(dataField, "test data")); in testShortDebugString_field()
1128 TextFormat.printer().shortDebugString(optionalField, value)); in testShortDebugString_field()
1136 TextFormat.printer().shortDebugString(makeUnknownFieldSet())); in testShortDebugString_unknown()