Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java839 TextFormat.shortDebugString(TestAllTypes.newBuilder() in testShortDebugString()
852 TextFormat.shortDebugString(dataField, "test data")); in testShortDebugString_field()
860 TextFormat.shortDebugString(optionalField, value)); in testShortDebugString_field()
867 TextFormat.shortDebugString(makeUnknownFieldSet())); in testShortDebugString_unknown()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java110 public static String shortDebugString(final MessageOrBuilder message) { in shortDebugString() method in TextFormat
125 public static String shortDebugString(final FieldDescriptor field, in shortDebugString() method in TextFormat
140 public static String shortDebugString(final UnknownFieldSet fields) { in shortDebugString() method in TextFormat