Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 1894) sorted by relevance

12345678910>>...76

/third_party/openssl/test/recipes/
D70-test_tls13kexmodes.t36 [TLSProxy::Message::MT_CLIENT_HELLO,
38 [TLSProxy::Message::MT_SERVER_HELLO,
40 [TLSProxy::Message::MT_CLIENT_HELLO,
42 [TLSProxy::Message::MT_SERVER_HELLO,
44 [TLSProxy::Message::MT_ENCRYPTED_EXTENSIONS,
46 [TLSProxy::Message::MT_CERTIFICATE_REQUEST,
48 [TLSProxy::Message::MT_CERTIFICATE,
50 [TLSProxy::Message::MT_CERTIFICATE_VERIFY,
52 [TLSProxy::Message::MT_FINISHED,
54 [TLSProxy::Message::MT_CERTIFICATE,
[all …]
D70-test_tls13messages.t36 [TLSProxy::Message::MT_CLIENT_HELLO,
38 [TLSProxy::Message::MT_SERVER_HELLO,
40 [TLSProxy::Message::MT_CLIENT_HELLO,
42 [TLSProxy::Message::MT_SERVER_HELLO,
44 [TLSProxy::Message::MT_ENCRYPTED_EXTENSIONS,
46 [TLSProxy::Message::MT_CERTIFICATE_REQUEST,
48 [TLSProxy::Message::MT_CERTIFICATE,
50 [TLSProxy::Message::MT_CERTIFICATE_VERIFY,
52 [TLSProxy::Message::MT_FINISHED,
54 [TLSProxy::Message::MT_CERTIFICATE,
[all …]
D70-test_sslmessages.t43 [TLSProxy::Message::MT_CLIENT_HELLO,
45 [TLSProxy::Message::MT_SERVER_HELLO,
47 [TLSProxy::Message::MT_CERTIFICATE,
51 [TLSProxy::Message::MT_SERVER_KEY_EXCHANGE,
53 [TLSProxy::Message::MT_CERTIFICATE_STATUS,
56 [TLSProxy::Message::MT_CERTIFICATE_REQUEST,
58 [TLSProxy::Message::MT_SERVER_HELLO_DONE,
61 [TLSProxy::Message::MT_CERTIFICATE,
63 [TLSProxy::Message::MT_CLIENT_KEY_EXCHANGE,
66 [TLSProxy::Message::MT_CERTIFICATE_VERIFY,
[all …]
D70-test_sslsigalgs.t59 ok(TLSProxy::Message->success, "Default sigalgs");
71 ok(TLSProxy::Message->fail, "No TLSv1.3 sigalgs");
77 ok(TLSProxy::Message->fail, "Empty TLSv1.3 sigalgs");
83 ok(TLSProxy::Message->fail, "No known TLSv1.3 sigalgs");
90 ok(TLSProxy::Message->fail, "No PSS TLSv1.3 sigalgs");
98 ok(TLSProxy::Message->success, "PSS only sigalgs in TLSv1.3");
106 ok(TLSProxy::Message->fail,
119 ok(TLSProxy::Message->fail, "No matching TLSv1.3 sigalgs");
133 ok(TLSProxy::Message->success, "TLSv1.3 client TLSv1.2 server");
148 ok(TLSProxy::Message->success, "No TLSv1.2 sigalgs seclevel 1");
[all …]
D70-test_key_share.t80 ok(TLSProxy::Message->success(), "Success after HRR");
86 ok(TLSProxy::Message->fail(), "Server asks for group already provided");
92 ok(TLSProxy::Message->fail(), "Missing key_shares extension");
100 ok(TLSProxy::Message->success(), "No initial acceptable key_shares");
108 ok(TLSProxy::Message->fail(), "No acceptable key_shares");
114 ok(TLSProxy::Message->success(), "Non preferred key_share");
122 ok(TLSProxy::Message->success(), "Acceptable key_share at end of list");
129 ok(TLSProxy::Message->fail(), "Acceptable key_share not in supported_groups");
135 ok(TLSProxy::Message->fail(), "Group id too short");
141 ok(TLSProxy::Message->fail(), "key_exchange length mismatch");
[all …]
/third_party/protobuf/src/google/protobuf/
Dmessage.h140 class Message; variable
197 inline To* GetPointerAtOffset(Message* message, uint32 offset) { in GetPointerAtOffset()
202 const To* GetConstPointerAtOffset(const Message* message, uint32 offset) { in GetConstPointerAtOffset()
208 const To& GetConstRefAtOffset(const Message& message, uint32 offset) { in GetConstRefAtOffset()
228 class PROTOBUF_EXPORT Message : public MessageLite {
230 inline Message() {} in Message() function
237 Message* New() const override = 0;
242 Message* New(Arena* arena) const override { in New()
243 Message* message = New(); in New()
253 virtual void CopyFrom(const Message& from);
[all …]
Dmessage.cc81 void Message::MergeFrom(const Message& from) { in MergeFrom()
93 void Message::CheckTypeAndMergeFrom(const MessageLite& other) { in CheckTypeAndMergeFrom()
94 MergeFrom(*down_cast<const Message*>(&other)); in CheckTypeAndMergeFrom()
97 void Message::CopyFrom(const Message& from) { in CopyFrom()
109 std::string Message::GetTypeName() const { in GetTypeName()
113 void Message::Clear() { ReflectionOps::Clear(this); } in Clear()
115 bool Message::IsInitialized() const { in IsInitialized()
119 void Message::FindInitializationErrors(std::vector<std::string>* errors) const { in FindInitializationErrors()
123 std::string Message::InitializationErrorString() const { in InitializationErrorString()
129 void Message::CheckInitialized() const { in CheckInitialized()
[all …]
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test.grpc.swift24 extension Message: GRPCFlatBufPayload {} extension
34 _ request: Message<MyGame_Example_Monster>
36 ) -> UnaryCall<Message<MyGame_Example_Monster>, Message<MyGame_Example_Stat>>
39 _ request: Message<MyGame_Example_Stat>
41 handler: @escaping (Message<MyGame_Example_Monster>) -> Void
42 ) -> ServerStreamingCall<Message<MyGame_Example_Stat>, Message<MyGame_Example_Monster>>
46 ) -> ClientStreamingCall<Message<MyGame_Example_Monster>, Message<MyGame_Example_Stat>>
50 handler: @escaping (Message<MyGame_Example_Stat> ) -> Void
51 ) -> BidirectionalStreamingCall<Message<MyGame_Example_Monster>, Message<MyGame_Example_Stat>>
60 _ request: Message<MyGame_Example_Monster>
[all …]
/third_party/protobuf/js/
Dmessage.js161 jspb.Message = function() { class in jspb
173 jspb.Message.GENERATE_TO_OBJECT =
186 jspb.Message.GENERATE_FROM_OBJECT = goog.define(
195 jspb.Message.GENERATE_TO_STRING =
204 jspb.Message.ASSUME_LOCAL_ARRAYS =
215 jspb.Message.SERIALIZE_EMPTY_TRAILING_FIELDS =
224 jspb.Message.SUPPORTS_UINT8ARRAY_ = (typeof Uint8Array == 'function');
232 jspb.Message.prototype.array;
242 jspb.Message.prototype.wrappers_;
251 jspb.Message.prototype.extensionObject_;
[all …]
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h131 static bool Equals(const Message& message1, const Message& message2);
144 static bool Equivalent(const Message& message1, const Message& message2);
156 static bool ApproximatelyEquals(const Message& message1,
157 const Message& message2);
171 static bool ApproximatelyEquivalent(const Message& message1,
172 const Message& message2);
247 virtual void ReportAdded(const Message& message1, const Message& message2,
252 const Message& message1, const Message& message2,
257 const Message& message1, const Message& message2,
266 const Message& /* message1 */, const Message& /* message2 */, in ReportMoved() argument
[all …]
/third_party/flatbuffers/tests/
Dmonster_test.grpc.fb.h38 …:ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Me…
39 …rInterface< flatbuffers::grpc::Message<Stat>>> AsyncStore(::grpc::ClientContext* context, const fl… in AsyncStore()
40 …ique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>>(AsyncStor… in AsyncStore()
42 …erface< flatbuffers::grpc::Message<Stat>>> PrepareAsyncStore(::grpc::ClientContext* context, const… in PrepareAsyncStore()
43 …ique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>>(PrepareAs… in PrepareAsyncStore()
45 …Interface< flatbuffers::grpc::Message<Monster>>> Retrieve(::grpc::ClientContext* context, const fl… in Retrieve()
46 …return std::unique_ptr< ::grpc::ClientReaderInterface< flatbuffers::grpc::Message<Monster>>>(Retri… in Retrieve()
48 …terface< flatbuffers::grpc::Message<Monster>>> AsyncRetrieve(::grpc::ClientContext* context, const… in AsyncRetrieve()
49 …return std::unique_ptr< ::grpc::ClientAsyncReaderInterface< flatbuffers::grpc::Message<Monster>>>(… in AsyncRetrieve()
51 …ace< flatbuffers::grpc::Message<Monster>>> PrepareAsyncRetrieve(::grpc::ClientContext* context, co… in PrepareAsyncRetrieve()
[all …]
Dmonster_test.grpc.fb.cc38 …:ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Me… in Store()
42 …latbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncStoreRaw(::grpc::ClientContext* conte… in AsyncStoreRaw()
43 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in AsyncStoreRaw()
46 …buffers::grpc::Message<Stat>>* MonsterStorage::Stub::PrepareAsyncStoreRaw(::grpc::ClientContext* c… in PrepareAsyncStoreRaw()
47 …return ::grpc::internal::ClientAsyncResponseReaderFactory< flatbuffers::grpc::Message<Stat>>::Crea… in PrepareAsyncStoreRaw()
50 …latbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grpc::ClientContext* cont… in RetrieveRaw()
51 …return ::grpc::internal::ClientReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(channel… in RetrieveRaw()
54 …buffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetrieveRaw(::grpc::ClientContext* co… in AsyncRetrieveRaw()
55 …return ::grpc::internal::ClientAsyncReaderFactory< flatbuffers::grpc::Message<Monster>>::Create(ch… in AsyncRetrieveRaw()
58 …fers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncRetrieveRaw(::grpc::ClientContext… in PrepareAsyncRetrieveRaw()
[all …]
/third_party/flutter/skia/src/core/
DSkMessageBus.h26 template <typename Message>
31 static void Post(const Message& m);
41 void poll(SkTArray<Message>* out);
44 SkTArray<Message> fMessages;
49 void receive(const Message& m); // SkMessageBus is a friend only to call this.
62 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \ argument
64 SkMessageBus<Message>* SkMessageBus<Message>::Get() { \
66 static SkMessageBus<Message>* bus; \
67 once([] { bus = new SkMessageBus<Message>(); }); \
73 template<typename Message>
[all …]
/third_party/flatbuffers/grpc/examples/swift/Greeter/Sources/Model/
Dgreeter.grpc.swift24 extension Message: GRPCFlatBufPayload {} extension
34 _ request: Message<models_HelloRequest>
36 ) -> UnaryCall<Message<models_HelloRequest>, Message<models_HelloReply>>
39 _ request: Message<models_HelloRequest>
41 handler: @escaping (Message<models_HelloReply>) -> Void
42 ) -> ServerStreamingCall<Message<models_HelloRequest>, Message<models_HelloReply>>
51 _ request: Message<models_HelloRequest>
53 ) -> UnaryCall<Message<models_HelloRequest>, Message<models_HelloReply>> {
63 _ request: Message<models_HelloRequest>
65 handler: @escaping (Message<models_HelloReply>) -> Void
[all …]
/third_party/skia/src/core/
DSkMessageBus.h29 template <typename Message, typename IDType, bool AllowCopyableMessage = true>
37 static_assert(AllowCopyableMessage || is_sk_sp<Message>::value ||
38 !std::is_copy_constructible<Message>::value,
43 static void Post(Message m);
53 void poll(SkTArray<Message>* out);
56 SkTArray<Message> fMessages;
61 void receive(Message m); // SkMessageBus is a friend only to call this.
74 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message, IDType, AllowCopyableMessage) \
76 SkMessageBus<Message, IDType, AllowCopyableMessage>* \
77 SkMessageBus<Message, IDType, AllowCopyableMessage>::Get() { \
[all …]
/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c57 } Message; typedef
70 Message *intern = emalloc(sizeof(Message)); in Message_create()
87 Message* intern = (Message*)obj; in Message_dtor()
98 static const upb_fielddef *get_field(Message *msg, PROTO_STR *member) { in get_field()
132 Message* intern = PROTO_MSG_P(obj); in Message_has_property()
167 Message* intern = PROTO_MSG_P(obj); in Message_unset_property()
203 Message* intern = PROTO_MSG_P(obj); in Message_read_property()
247 Message* intern = PROTO_MSG_P(obj); in Message_write_property()
317 Message *intern = emalloc(sizeof(Message)); in Message_GetPhpWrapper()
345 Message *intern = (Message*)Z_OBJ_P(val); in Message_GetUpbMessage()
[all …]
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp39 template <class Message>
44 virtual void handle_message(Message msg, actor_address from) = 0;
48 template <class Actor, class Message>
49 class mf_message_handler : public message_handler<Message>
53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler() argument
61 return typeid(Message); in message_id()
65 virtual void handle_message(Message msg, actor_address from) in handle_message()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() argument
77 void (Actor::* function_)(Message, actor_address);
96 template <class Message>
[all …]
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp39 template <class Message>
44 virtual void handle_message(Message msg, actor_address from) = 0;
48 template <class Actor, class Message>
49 class mf_message_handler : public message_handler<Message>
53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler() argument
61 return typeid(Message); in message_id()
65 virtual void handle_message(Message msg, actor_address from) in handle_message()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() argument
77 void (Actor::* function_)(Message, actor_address);
96 template <class Message>
[all …]
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp39 template <class Message>
44 virtual void handle_message(Message msg, actor_address from) = 0;
48 template <class Actor, class Message>
49 class mf_message_handler : public message_handler<Message>
53 mf_message_handler(void (Actor::* mf)(Message, actor_address), Actor* a) in mf_message_handler() argument
61 return typeid(Message); in message_id()
65 virtual void handle_message(Message msg, actor_address from) in handle_message()
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const in is_function() argument
77 void (Actor::* function_)(Message, actor_address);
96 template <class Message>
[all …]
/third_party/googletest/googletest/test/
Dgoogletest-message-test.cc39 using ::testing::Message;
45 const Message msg; in TEST()
51 const Message msg1("Hello"); in TEST()
52 const Message msg2(msg1); in TEST()
58 Message msg("Hello"); in TEST()
64 const std::string s = (Message() << 1.23456F << " " << 2.34567F).GetString(); in TEST()
72 const std::string s = (Message() << 1260570880.4555497 << " " in TEST()
83 EXPECT_NE("(null)", (Message() << p).GetString()); in TEST()
89 EXPECT_EQ("(null)", (Message() << p).GetString()); in TEST()
94 EXPECT_EQ("Foo", (Message() << "Foo").GetString()); in TEST()
[all …]
/third_party/vk-gl-cts/execserver/
DxsProtocol.hpp67 class Message class
72 Message (MessageType type_) : type(type_) {} in Message() function in xs::Message
73 virtual ~Message (void) {} in ~Message()
83 Message (const Message& other);
84 Message& operator= (const Message& other);
89 class SimpleMessage : public Message
92 …SimpleMessage (const deUint8* data, size_t dataSize) : Message((MessageType)MsgType) { DE_UNREF(da… in SimpleMessage()
93 SimpleMessage (void) : Message((MessageType)MsgType) {} in SimpleMessage()
103 class HelloMessage : public Message
109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {} in HelloMessage()
[all …]
/third_party/typescript/tests/baselines/reference/
DTypeGuardWithArrayUnion.types2 class Message {
3 >Message : Message
9 function saySize(message: Message | Message[]) {
10 >saySize : (message: Message | Message[]) => number
11 >message : Message | Message[]
15 >message : Message | Message[]
18 return message.length; // Should have type Message[] here
20 >message : Message[]
/third_party/openssl/util/perl/
Dcheckhandshake.pm79 $numsh++ if ($lastmt != TLSProxy::Message::MT_SERVER_HELLO
80 && $handmessages[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
112 $chnum++ if $message->mt() == TLSProxy::Message::MT_CLIENT_HELLO;
113 $shnum++ if $message->mt() == TLSProxy::Message::MT_SERVER_HELLO;
115 next if ($message->mt() != TLSProxy::Message::MT_CLIENT_HELLO
116 && $message->mt() != TLSProxy::Message::MT_SERVER_HELLO
118 TLSProxy::Message::MT_ENCRYPTED_EXTENSIONS
119 && $message->mt() != TLSProxy::Message::MT_CERTIFICATE
120 && $message->mt() != TLSProxy::Message::MT_CERTIFICATE_REQUEST);
122 next if $message->mt() == TLSProxy::Message::MT_CERTIFICATE
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.inl10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage;
13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer…
23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
30 …m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_li…
34 …m_log << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue)…
35 …m_log << TestLog::Message << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL…
38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
45 …m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " …
48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest-message.h91 class GTEST_API_ Message {
99 Message();
102 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
107 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
113 inline Message& operator <<(const T& val) {
147 inline Message& operator <<(T* const& pointer) { // NOLINT
162 Message& operator <<(BasicNarrowIoManip val) {
168 Message& operator <<(bool b) {
174 Message& operator <<(const wchar_t* wide_c_str);
175 Message& operator <<(wchar_t* wide_c_str);
[all …]

12345678910>>...76