Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java840 TextFormat.shortDebugString(TestAllTypes.newBuilder() in testShortDebugString()
853 TextFormat.shortDebugString(dataField, "test data")); in testShortDebugString_field()
861 TextFormat.shortDebugString(optionalField, value)); in testShortDebugString_field()
868 TextFormat.shortDebugString(makeUnknownFieldSet())); in testShortDebugString_unknown()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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