HomeSort by relevance Sort by last modified time
    Searched defs:TextFormat (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/
text_format.h 57 class LIBPROTOBUF_EXPORT TextFormat {
92 // Like TextFormat::Print
94 // Like TextFormat::PrintUnknownFields
97 // Like TextFormat::PrintToString
99 // Like TextFormat::PrintUnknownFieldsToString
102 // Like TextFormat::PrintFieldValueToString
216 // Like TextFormat::Parse().
218 // Like TextFormat::ParseFromString().
220 // Like TextFormat::Merge().
222 // Like TextFormat::MergeFromString()
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 48 * Test case for {@link TextFormat}.
114 String javaText = TextFormat.printToString(TestUtil.getAllSet());
118 // C++ and Java TextFormat classes, so we need to conform.
126 String javaText = TextFormat.printToString(TestUtil.getAllExtensionsSet());
130 // C++ and Java TextFormat classes, so we need to conform.
186 TextFormat.printToString(message));
194 TextFormat.printFieldToString(dataField, "test data"));
202 TextFormat.printFieldToString(optionalField, value));
284 TextFormat.merge(allFieldsSetText, builder);
290 TextFormat.merge(new StringReader(allFieldsSetText), builder)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 55 public final class TextFormat {
56 private TextFormat() {
    [all...]

Completed in 82 milliseconds