Searched refs:text_format (Results 1 – 25 of 31) sorted by relevance
12
/external/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 40 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 …]
|
D | descriptor_test.py | 42 from google.protobuf import text_format 142 text_format.Merge(expected_ascii, expected_proto)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
D | text_format_test.py | 41 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 …]
|
D | descriptor_test.py | 43 from google.protobuf import text_format 403 text_format.Merge(expected_ascii, expected_proto)
|
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')
|
D | cpp_message.py | 630 from google.protobuf import text_format 631 return text_format.MessageToString(self, as_utf8=True).decode('utf-8')
|
/external/protobuf/vsprojects/ |
D | extract_includes.bat | 24 copy ..\src\google\protobuf\text_format.h include\google\protobuf\text_format.h
|
/external/chromium_org/third_party/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/chromium_org/sync/tools/testserver/ |
D | chromiumsync.py | 14 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/ |
D | protobuf.gyp | 170 'src/google/protobuf/text_format.h', 205 'src/google/protobuf/text_format.cc', 336 'python/google/protobuf/text_format.py',
|
D | BUILD.gn | 118 "src/google/protobuf/text_format.h", 151 "src/google/protobuf/text_format.cc",
|
D | protobuf_full_do_not_use.host.darwin-x86_64.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.linux-arm64.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.darwin-arm64.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.darwin-x86.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.darwin-mips.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.darwin-arm.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.linux-mips.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.linux-x86_64.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.linux-x86.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
D | protobuf_full_do_not_use.host.linux-arm.mk | 43 third_party/protobuf/src/google/protobuf/text_format.cc \
|
/external/chromium_org/chrome/browser/policy/test/ |
D | policy_testserver.py | 61 import google.protobuf.text_format 1146 google.protobuf.text_format.Merge(text, proto_message) 1150 except google.protobuf.text_format.ParseError:
|
/external/protobuf/ |
D | Android.mk | 66 src/google/protobuf/text_format.cc \ 264 src/google/protobuf/text_format.cc \
|
/external/chromium_org/third_party/protobuf/src/ |
D | Makefile.am | 68 google/protobuf/text_format.h \ 132 google/protobuf/text_format.cc \
|
12