Home
last modified time | relevance | path

Searched refs:text_format (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dtext_format_test.py58 from google.protobuf import text_format
69 for quote in text_format._QUOTES:
112 self.RemoveRedundantZeros(text_format.MessageToString(message)),
130 text_format.MessageToString(message),
138 text_format.MessageToString(message, as_one_line=True),
149 text_format.MessageToString(message, as_one_line=True),
157 text_format.MessageToString(message, as_one_line=True),
170 self.RemoveRedundantZeros(text_format.MessageToString(
192 wire_text = text_format.MessageToString(message,
196 r = text_format.Parse(wire_text, parsed_message)
[all …]
Dproto_builder_test.py47 from google.protobuf import text_format
68 'bar: "asdf"\nfoo: 12345\n', text_format.MessageToString(proto))
79 'foo: 12345\nbar: "asdf"\n', text_format.MessageToString(proto))
Dpython_message.py79 from google.protobuf import text_format
984 return text_format.MessageToString(self)
991 return text_format.MessageToString(self)
999 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
Dwell_known_types_test.py54 from google.protobuf import text_format
573 text_format.Merge(text_serialized, struct3)
Ddescriptor_test.py53 from google.protobuf import text_format
530 text_format.Merge(expected_ascii, expected_proto)
Dreflection_test.py56 from google.protobuf import text_format
2924 text_format.Merge(file_descriptor_str, file_descriptor)
2948 text_format.Merge(msg_str, msg)
2963 text_format.Merge(msg_str, msg)
2980 text_format.Merge(msg_str, msg)
Dmessage_test.py66 from google.protobuf import text_format
1831 text_format.Parse(self.file_desc, desc)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.h144 const string& text_format);
Dconformance_test.cc470 const string& test_name, const string& text_format) { in ExpectSerializeFailureForJson() argument
473 TextFormat::ParseFromString(text_format, &payload_message)) in ExpectSerializeFailureForJson()
474 << "Failed to parse: " << text_format; in ExpectSerializeFailureForJson()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dlibprotobuf.cmake29 ${protobuf_source_dir}/src/google/protobuf/text_format.cc
Dextract_includes.bat.in111 …{PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\text_format.h include\google\protobuf\text_for…
/frameworks/opt/gamesdk/src/protobuf/
Dprotobuf.cmake164 ${GP_SRC_DIR}/text_format.cc
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2466 ScopedPyObjectPtr text_format( in CheckAndGetInteger() local
2468 if (text_format == NULL) { in CheckAndGetInteger()
2477 text_format.get(), method_name.get(), self, Py_True, NULL)); in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DMakefile.am130 google/protobuf/text_format.h \
241 google/protobuf/text_format.cc \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DBUILD142 "src/google/protobuf/text_format.cc",
DMakefile.am657 python/google/protobuf/text_format.py \