Searched refs:test_message (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dtest.php13 $test_message = new \TestMessage(); variable
/external/vboot_reference/tests/
H A Drsa_padding_test.h32 static const uint8_t test_message[] = {0, 0, 0, 0}; variable
/external/protobuf/conformance/
H A Dconformance_ruby.rb39 test_message = Conformance::TestAllTypes.new
46 test_message =
55 test_message = Conformance::TestAllTypes.decode_json(request.json_payload)
70 response.protobuf_payload = test_message.to_proto
73 response.json_payload = test_message.to_json
H A Dconformance_python.py55 test_message = conformance_pb2.TestAllTypes()
57 test_message = conformance_pb2.TestAllTypes()
62 test_message.ParseFromString(request.protobuf_payload)
69 json_format.Parse(request.json_payload, test_message)
81 response.protobuf_payload = test_message.SerializeToString()
84 response.json_payload = json_format.MessageToJson(test_message)
H A Dconformance_cpp.cc89 TestAllTypes test_message; local
93 if (!test_message.ParseFromString(request.protobuf_payload())) {
111 if (!test_message.ParseFromString(proto_binary)) {
131 test_message.SerializeToString(response->mutable_protobuf_payload()));
136 GOOGLE_CHECK(test_message.SerializeToString(&proto_binary));
H A Dconformance_test.cc271 TestAllTypes test_message; local
302 if (!test_message.ParseFromString(binary_protobuf)) {
320 if (!test_message.ParseFromString(response.protobuf_payload())) {
341 if (differencer.Compare(reference_message, test_message)) {
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
H A Dbuffet_BasicDBusAPI.py57 test_message = 'Hello world!'
58 echoed_message = buffet.manager.TestMethod(test_message)
59 if test_message != echoed_message:
61 'but got %s instead.' % (test_message,
/external/libbrillo/brillo/dbus/
H A Ddbus_method_invoker_unittest.cc168 dbus_utils_test::TestMessage test_message; local
169 test_message.set_foo(123);
170 test_message.set_bar("bar");
172 dbus_utils_test::TestMessage resp = CallProtobufTestMethod(test_message);
H A Ddata_serialization_unittest.cc767 dbus_utils_test::TestMessage test_message; local
768 test_message.set_foo(123);
769 test_message.set_bar("abcd");
771 AppendValueToWriter(&writer, test_message);
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3241 const Descriptor* test_message = pool.FindMessageTypeByName( local
3243 ASSERT_TRUE(test_message != NULL);
3245 const MessageOptions& options = test_message->options();

Completed in 361 milliseconds