Home
last modified time | relevance | path

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

12

/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py40 from google.protobuf import text_format
70 self.RemoveRedundantZeros(text_format.MessageToString(message)),
77 self.RemoveRedundantZeros(text_format.MessageToString(message)),
86 self.CompareToGoldenText(text_format.MessageToString(message),
105 self.RemoveRedundantZeros(text_format.MessageToString(message)),
128 text_format.Merge(golden_text, parsed_message)
138 text_format.Merge(golden_text, parsed_message)
147 ascii_text = text_format.MessageToString(message)
150 text_format.Merge(ascii_text, parsed_message)
157 ascii_text = text_format.MessageToString(message)
[all …]
Ddescriptor_test.py42 from google.protobuf import text_format
142 text_format.Merge(expected_ascii, expected_proto)
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py41 from google.protobuf import text_format
71 self.RemoveRedundantZeros(text_format.MessageToString(message)),
78 self.RemoveRedundantZeros(text_format.MessageToString(message)),
87 self.CompareToGoldenText(text_format.MessageToString(message),
103 text_format.MessageToString(message),
114 text_format.MessageToString(message),
129 self.RemoveRedundantZeros(text_format.MessageToString(message)),
144 text_format.MessageToString(message, as_one_line=True),
155 text_format.MessageToString(message, as_one_line=True),
163 text_format.MessageToString(message, as_one_line=True),
[all …]
Ddescriptor_test.py43 from google.protobuf import text_format
403 text_format.Merge(expected_ascii, expected_proto)
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')
Dcpp_message.py630 from google.protobuf import text_format
631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
/external/protobuf/vsprojects/
Dextract_includes.bat24 copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
/external/chromium_org/third_party/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/chromium_org/sync/tools/testserver/
Dchromiumsync.py14 import google.protobuf.text_format
1208 return google.protobuf.text_format.MessageToString(entity)
1221 google.protobuf.text_format.Merge(serialized_notification, coalesced)
1283 return google.protobuf.text_format.MessageToString(entity)
1292 google.protobuf.text_format.Merge(synced_notification_app_info, app_info)
/external/chromium_org/third_party/protobuf/
Dprotobuf.gyp170 'src/google/protobuf/text_format.h',
205 'src/google/protobuf/text_format.cc',
336 'python/google/protobuf/text_format.py',
DBUILD.gn118 "src/google/protobuf/text_format.h",
151 "src/google/protobuf/text_format.cc",
Dprotobuf_full_do_not_use.host.darwin-x86_64.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.linux-arm64.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.darwin-arm64.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.darwin-x86.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.darwin-mips.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.darwin-arm.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.linux-mips.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.linux-x86_64.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.linux-x86.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
Dprotobuf_full_do_not_use.host.linux-arm.mk43 third_party/protobuf/src/google/protobuf/text_format.cc \
/external/chromium_org/chrome/browser/policy/test/
Dpolicy_testserver.py61 import google.protobuf.text_format
1146 google.protobuf.text_format.Merge(text, proto_message)
1150 except google.protobuf.text_format.ParseError:
/external/protobuf/
DAndroid.mk66 src/google/protobuf/text_format.cc \
264 src/google/protobuf/text_format.cc \
/external/chromium_org/third_party/protobuf/src/
DMakefile.am68 google/protobuf/text_format.h \
132 google/protobuf/text_format.cc \

12