Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java111 public static String shortDebugString(final MessageOrBuilder message) { in shortDebugString() method in TextFormat
112 return printer().shortDebugString(message); in shortDebugString()
122 public static String shortDebugString(final FieldDescriptor field, final Object value) { in shortDebugString() method in TextFormat
123 return printer().shortDebugString(field, value); in shortDebugString()
133 public static String shortDebugString(final UnknownFieldSet fields) { in shortDebugString() method in TextFormat
134 return printer().shortDebugString(fields); in shortDebugString()
465 public String shortDebugString(final MessageOrBuilder message) { in shortDebugString() method in TextFormat.Printer
479 public String shortDebugString(final FieldDescriptor field, final Object value) { in shortDebugString() method in TextFormat.Printer
493 public String shortDebugString(final UnknownFieldSet fields) { in shortDebugString() method in TextFormat.Printer
/external/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()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java897 TextFormat.shortDebugString( in testShortDebugString()
909 TextFormat.printer().shortDebugString(dataField, "test data")); in testShortDebugString_field()
917 TextFormat.printer().shortDebugString(optionalField, value)); in testShortDebugString_field()
925 TextFormat.printer().shortDebugString(makeUnknownFieldSet())); in testShortDebugString_unknown()