Searched refs:text_format (Results 1 – 17 of 17) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 40 from google.protobuf import text_format 64 self.RemoveRedundantZeros(text_format.MessageToString(message)), 73 self.RemoveRedundantZeros(text_format.MessageToString( 77 self.RemoveRedundantZeros(text_format.MessageToString( 84 self.RemoveRedundantZeros(text_format.MessageToString(message)), 92 text_format.MessageToString(message, pointy_brackets=True)), 99 self.RemoveRedundantZeros(text_format.MessageToString( 110 text_format.MessageToString(message), 130 self.RemoveRedundantZeros(text_format.MessageToString(message)), 146 text_format.MessageToString(message), [all …]
|
D | python_message.py | 80 from google.protobuf import text_format 740 return text_format.MessageToString(self) 748 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
|
D | descriptor_test.py | 43 from google.protobuf import text_format 403 text_format.Merge(expected_ascii, expected_proto)
|
D | cpp_message.py | 630 from google.protobuf import text_format 631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
|
D | reflection_test.py | 53 from google.protobuf import text_format 2880 text_format.Merge(file_descriptor_str, file_descriptor) 2898 text_format.Merge(msg_str, msg) 2913 text_format.Merge(msg_str, msg) 2930 text_format.Merge(msg_str, msg)
|
/external/protobuf/vsprojects/ |
D | extract_includes.bat | 30 copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
|
/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/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/v8/build/linux/unbundle/ |
D | protobuf.gyp | 128 'google/protobuf/text_format.h',
|
/external/protobuf/src/google/protobuf/ |
D | SEBS | 53 "text_format.cc",
|
/external/protobuf/ |
D | Android.mk | 84 src/google/protobuf/text_format.cc \ 422 src/google/protobuf/text_format.cc \
|
D | Makefile.am | 240 python/google/protobuf/text_format.py \
|
D | Makefile.in | 575 python/google/protobuf/text_format.py \
|
/external/protobuf/src/ |
D | Makefile.am | 72 google/protobuf/text_format.h \ 139 google/protobuf/text_format.cc \
|
D | Makefile.in | 189 google/protobuf/service.lo google/protobuf/text_format.lo \ 499 google/protobuf/text_format.h \ 910 google/protobuf/text_format.h \ 976 google/protobuf/text_format.cc \ 1428 google/protobuf/text_format.lo: google/protobuf/$(am__dirstamp) \ 2074 @AMDEP_TRUE@@am__include@ @am__quote@google/protobuf/$(DEPDIR)/text_format.Plo@am__quote@
|
/external/v8/build/secondary/tools/swarming_client/ |
D | isolate.pydeps | 48 third_party/google/protobuf/text_format.py
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2056 ScopedPyObjectPtr text_format( in CheckAndGetInteger() local 2058 if (text_format == NULL) { in CheckAndGetInteger() 2066 ScopedPyObjectPtr encoded(PyObject_CallMethodObjArgs(text_format, method_name, in CheckAndGetInteger()
|