Searched refs:text_format (Results 1 – 21 of 21) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 56 from google.protobuf import text_format 67 for quote in text_format._QUOTES: 112 self.RemoveRedundantZeros(text_format.MessageToString(message)), 128 text_format.MessageToString(message), 136 text_format.MessageToString(message, as_one_line=True), 147 text_format.MessageToString(message, as_one_line=True), 155 text_format.MessageToString(message, as_one_line=True), 169 text_format.MessageToString(message, as_one_line=True)), 190 wire_text = text_format.MessageToString( 193 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 | 80 from google.protobuf import text_format 982 return text_format.MessageToString(self) 989 return text_format.MessageToString(self) 997 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 529 text_format.Merge(expected_ascii, expected_proto)
|
D | reflection_test.py | 56 from google.protobuf import text_format 2923 text_format.Merge(file_descriptor_str, file_descriptor) 2947 text_format.Merge(msg_str, msg) 2962 text_format.Merge(msg_str, msg) 2979 text_format.Merge(msg_str, msg)
|
D | message_test.py | 66 from google.protobuf import text_format 1827 text_format.Parse(self.file_desc, desc)
|
/external/nanopb-c/generator/ |
D | nanopb_generator.py | 17 import google.protobuf.text_format as text_format namespace 902 text_format.Merge(parts[1], opts) 943 sys.stderr.write(text_format.MessageToString(new_options) + "\n") 996 text_format.Merge(s, toplevel_options)
|
/external/protobuf/conformance/ |
D | conformance_test.h | 140 const string& text_format);
|
D | conformance_test.cc | 469 const string& test_name, const string& text_format) { in ExpectSerializeFailureForJson() argument 472 TextFormat::ParseFromString(text_format, &payload_message)) in ExpectSerializeFailureForJson() 473 << "Failed to parse: " << text_format; in ExpectSerializeFailureForJson()
|
/external/protobuf/cmake/ |
D | libprotobuf.cmake | 29 ${protobuf_source_dir}/src/google/protobuf/text_format.cc
|
D | extract_includes.bat.in | 110 …{PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\text_format.h include\google\protobuf\text_for…
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | python_message.py | 71 from google.protobuf import text_format 694 return text_format.MessageToString(self) 702 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
|
/external/protobuf/ |
D | Android.bp | 132 "src/google/protobuf/text_format.cc", 295 "src/google/protobuf/text_format.cc",
|
D | BUILD | 141 "src/google/protobuf/text_format.cc",
|
D | Makefile.in | 573 python/google/protobuf/text_format.py \
|
D | Makefile.am | 617 python/google/protobuf/text_format.py \
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2469 ScopedPyObjectPtr text_format( in CheckAndGetInteger() local 2471 if (text_format == NULL) { in CheckAndGetInteger() 2480 text_format.get(), method_name.get(), self, Py_True, NULL)); in CheckAndGetInteger()
|
/external/protobuf/src/ |
D | Makefile.am | 128 google/protobuf/text_format.h \ 239 google/protobuf/text_format.cc \
|
/external/protobuf/util/ |
D | BUILD | 141 "src/google/protobuf/text_format.cc",
|
D | Makefile.am | 617 python/google/protobuf/text_format.py \
|