Searched refs:text_format (Results 1 - 25 of 40) sorted by relevance

12

/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py33 """Test for google.protobuf.text_format."""
40 from google.protobuf import text_format namespace
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
[all...]
H A Ddescriptor_test.py42 from google.protobuf import text_format namespace
142 text_format.Merge(expected_ascii, expected_proto)
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py33 """Test for google.protobuf.text_format."""
41 from google.protobuf import text_format namespace
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
[all...]
H A Dcpp_message.py629 # Lazy import to prevent circular import when text_format imports this file.
630 from google.protobuf import text_format namespace
631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
H A Ddescriptor_test.py43 from google.protobuf import text_format namespace
403 text_format.Merge(expected_ascii, expected_proto)
H A Dpython_message.py71 from google.protobuf import text_format namespace
694 return text_format.MessageToString(self)
702 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
/external/nanopb-c/generator/
H A 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/
H A Dchromiumsync.py14 import google.protobuf.text_format namespace
1243 return google.protobuf.text_format.MessageToString(entity)
1256 google.protobuf.text_format.Merge(serialized_notification, coalesced)
1318 return google.protobuf.text_format.MessageToString(entity)
1327 google.protobuf.text_format.Merge(synced_notification_app_info, app_info)
/external/chromium_org/chrome/browser/policy/test/
H A Dpolicy_testserver.py61 import google.protobuf.text_format namespace
1152 google.protobuf.text_format.Merge(text, proto_message)
1156 except google.protobuf.text_format.ParseError:
/external/chromium_org/third_party/protobuf/src/
H A DMakefile.am68 google/protobuf/text_format.h \
132 google/protobuf/text_format.cc \
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc42 #include <google/protobuf/text_format.h>
/external/protobuf/
H A DAndroid.mk66 src/google/protobuf/text_format.cc \
264 src/google/protobuf/text_format.cc \
/external/protobuf/src/
H A DMakefile.am55 google/protobuf/text_format.h \
118 google/protobuf/text_format.cc \
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc44 #include <google/protobuf/text_format.h>
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc42 #include <google/protobuf/text_format.h>
/external/chromium_org/third_party/protobuf/
H A Dprotobuf_full_do_not_use.host.darwin-arm.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.darwin-arm64.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.darwin-mips.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.darwin-mips64.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.darwin-x86.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.darwin-x86_64.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.linux-arm.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.linux-arm64.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.linux-mips.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \
H A Dprotobuf_full_do_not_use.host.linux-mips64.mk42 third_party/protobuf/src/google/protobuf/text_format.cc \

Completed in 342 milliseconds

12