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/ |
D | text_format_test.py | 58 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 …]
|
D | proto_builder_test.py | 47 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))
|
D | python_message.py | 79 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')
|
D | well_known_types_test.py | 54 from google.protobuf import text_format 573 text_format.Merge(text_serialized, struct3)
|
D | descriptor_test.py | 53 from google.protobuf import text_format 530 text_format.Merge(expected_ascii, expected_proto)
|
D | reflection_test.py | 56 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)
|
D | message_test.py | 66 from google.protobuf import text_format 1831 text_format.Parse(self.file_desc, desc)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_test.h | 144 const string& text_format);
|
D | conformance_test.cc | 470 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/ |
D | libprotobuf.cmake | 29 ${protobuf_source_dir}/src/google/protobuf/text_format.cc
|
D | extract_includes.bat.in | 111 …{PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\text_format.h include\google\protobuf\text_for…
|
/frameworks/opt/gamesdk/src/protobuf/ |
D | protobuf.cmake | 164 ${GP_SRC_DIR}/text_format.cc
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 2466 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/ |
D | Makefile.am | 130 google/protobuf/text_format.h \ 241 google/protobuf/text_format.cc \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | BUILD | 142 "src/google/protobuf/text_format.cc",
|
D | Makefile.am | 657 python/google/protobuf/text_format.py \
|