HomeSort by relevance Sort by last modified time
    Searched defs:TextFormat (Results 1 - 5 of 5) 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/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 60 class LIBPROTOBUF_EXPORT TextFormat {
95 // Like TextFormat::Print
97 // Like TextFormat::PrintUnknownFields
100 // Like TextFormat::PrintToString
102 // Like TextFormat::PrintUnknownFieldsToString
105 // Like TextFormat::PrintFieldValueToString
212 // Interface that TextFormat::Parser can use to find extensions.
256 friend class TextFormat;
283 // Like TextFormat::Parse().
285 // Like TextFormat::ParseFromString()
    [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...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 282 milliseconds