Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py40 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 …]
Dpython_message.py80 from google.protobuf import text_format
740 return text_format.MessageToString(self)
748 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
Ddescriptor_test.py43 from google.protobuf import text_format
403 text_format.Merge(expected_ascii, expected_proto)
Dcpp_message.py630 from google.protobuf import text_format
631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
Dreflection_test.py53 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/
Dextract_includes.bat30 copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
/external/nanopb-c/generator/
Dnanopb_generator.py17 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/
Dpython_message.py71 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/
Dprotobuf.gyp128 'google/protobuf/text_format.h',
/external/protobuf/src/google/protobuf/
DSEBS53 "text_format.cc",
/external/protobuf/
DAndroid.mk84 src/google/protobuf/text_format.cc \
422 src/google/protobuf/text_format.cc \
DMakefile.am240 python/google/protobuf/text_format.py \
DMakefile.in575 python/google/protobuf/text_format.py \
/external/protobuf/src/
DMakefile.am72 google/protobuf/text_format.h \
139 google/protobuf/text_format.cc \
DMakefile.in189 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/
Disolate.pydeps48 third_party/google/protobuf/text_format.py
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2056 ScopedPyObjectPtr text_format( in CheckAndGetInteger() local
2058 if (text_format == NULL) { in CheckAndGetInteger()
2066 ScopedPyObjectPtr encoded(PyObject_CallMethodObjArgs(text_format, method_name, in CheckAndGetInteger()