Home
last modified time | relevance | path

Searched refs:text_payload (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/tests/driver/parsers/
H A Dmessage_parser.cc82 Message *parse_serialize_message(const std::string &text_payload, in parse_serialize_message() argument
87 if (!parse_mesage(text_payload, "", msg.get(), out_error, in parse_serialize_message()
95 const std::string &text_payload, in get_notice_payload_from_text() argument
100 type, text_payload, &error, allow_partial_messaged)}; in get_notice_payload_from_text()
104 return text_payload.empty(); in get_notice_payload_from_text()
116 const std::string &text_payload, in get_notice_message_from_text() argument
122 text_payload, out_error, allow_partial_messaged); in get_notice_message_from_text()
125 Mysqlx::Notice::SessionVariableChanged>(text_payload, out_error, in get_notice_message_from_text()
129 Mysqlx::Notice::SessionStateChanged>(text_payload, out_error, in get_notice_message_from_text()
133 Mysqlx::Notice::GroupReplicationStateChanged>(text_payload, out_error, in get_notice_message_from_text()
H A Dmessage_parser.h41 const Mysqlx::Notice::Frame_Type type, const std::string &text_payload,
/dports/net/py-wsproto/wsproto-1.0.0/test/
H A Dtest_frame_protocol.py111 text_payload = "fñör∂"
124 assert frame.payload == text_payload
127 text_payload = "fñör∂"
135 text_payload = text_payload[2:-1]
147 assert frame.payload == text_payload
150 text_payload = "fñör∂"
158 text_payload = text_payload[-1:]
170 assert frame.payload == text_payload
260 text_payload = "x" * 65535
261 payload = text_payload.encode("utf-8")
[all …]
/dports/net/py-python-barbicanclient/python-barbicanclient-5.2.0/barbicanclient/tests/v1/
H A Dtest_secrets.py128 text_payload = u'time for an ice cold \U0001f37a'
131 secret.payload = text_payload
135 self.assertEqual(text_payload, secret_req['payload'])
453 text_payload = u'time for an ice cold \U0001f37a'
458 self.manager.update(secret_ref=secret_ref, payload=text_payload)
484 text_payload = u'time for an ice cold \U0001f37a'
488 secret.payload = text_payload
495 self.assertEqual(text_payload, secret.payload)
/dports/devel/protobuf/protobuf-3.17.3/conformance/
H A Dconformance_python.py144 text_format.Parse(request.text_payload, test_message)
166 response.text_payload = text_format.MessageToString(
H A Dtext_format_conformance_suite.cc66 if (!parser.ParseFromString(response.text_payload(), test_message)) { in ParseTextFormatResponse()
69 << response.text_payload(); in ParseTextFormatResponse()
H A Dconformance.proto104 string text_payload = 8; field
167 string text_payload = 8; field
H A Dconformance_cpp.cc150 if (!TextFormat::ParseFromString(request.text_payload(), test_message)) { in DoTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/conformance/
H A Dconformance_python.py147 text_format.Parse(request.text_payload, test_message)
169 response.text_payload = text_format.MessageToString(
H A Dtext_format_conformance_suite.cc65 if (!parser.ParseFromString(response.text_payload(), test_message)) { in ParseTextFormatResponse()
68 << response.text_payload(); in ParseTextFormatResponse()
H A Dconformance_cpp.cc169 if (!TextFormat::ParseFromString(request.text_payload(), test_message)) { in DoTest()
H A Dconformance.proto104 string text_payload = 8; field
167 string text_payload = 8; field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/conformance/
H A Dconformance_python.py147 text_format.Parse(request.text_payload, test_message)
169 response.text_payload = text_format.MessageToString(
H A Dtext_format_conformance_suite.cc65 if (!parser.ParseFromString(response.text_payload(), test_message)) { in ParseTextFormatResponse()
68 << response.text_payload(); in ParseTextFormatResponse()
H A Dconformance_cpp.cc169 if (!TextFormat::ParseFromString(request.text_payload(), test_message)) { in DoTest()
H A Dconformance.proto104 string text_payload = 8; field
167 string text_payload = 8; field
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/tests/system/
H A Dtest_system.py306 text_payload = "System test: test_log_text_with_timestamp"
312 logger.log_text(text_payload, timestamp=now)
315 self.assertEqual(entries[0].payload, text_payload)
320 text_payload = "System test: test_log_text_with_timestamp"
331 logger.log_text(text_payload, timestamp=now, resource=resource)
334 self.assertEqual(entries[0].payload, text_payload)
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/tests/unit/
H A Dtest__gapic.py55 log_entry_msg = LogEntryPB(log_name=self.LOG_PATH, text_payload="text")
131 assert request.entries[0].text_payload == "text"
470 entry_pb = LogEntryPB(log_name="lol-jk", text_payload="bah humbug")
472 expected = {"logName": entry_pb.log_name, "textPayload": entry_pb.text_payload}
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/google/cloud/logging_v2/types/
H A Dlog_entry.py180 text_payload = proto.Field(proto.STRING, number=3, oneof="payload",) variable in LogEntry
/dports/sysutils/istio/istio-1.6.7/common-protos/google/api/servicecontrol/v1/
H A Dlog_entry.proto60 string text_payload = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/common-protos/google/api/servicecontrol/v1/
H A Dlog_entry.proto60 string text_payload = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/gogo-genproto/common-protos/google/api/servicecontrol/v1/
H A Dlog_entry.proto60 string text_payload = 3; field
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudbuild/
H A Dlogs.py212 text = self._ValidateScreenReader(output.text_payload)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/logging_v2/proto/
H A Dlog_entry.proto96 string text_payload = 3; field
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/api/releaselocks/release-1.4/
H A Dproto.lock11272 "name": "text_payload",

12