Searched refs:Message (Results 1 - 25 of 2331) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dmessage_queue.h13 class Message;
17 // A queue for Message objects.
24 Message* Peek();
28 void Push(Message* message);
32 void Pop(Message* message);
39 std::queue<Message*> queue_;
H A Dno_interface.cc11 bool NoInterfaceStub::Accept(Message* message) {
15 bool NoInterfaceStub::AcceptWithResponder(Message* message,
/external/chromium_org/third_party/skia/src/core/
H A DSkMessageBus.h16 template <typename Message>
19 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
20 static void Post(const Message& m);
28 void poll(SkTDArray<Message>* out);
31 SkTDArray<Message> fMessages;
35 void receive(const Message& m); // SkMessageBus is a friend only to call this.
49 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \
51 SkMessageBus<Message>* SkMessageBus<Message>::Get() { \
52 SK_DECLARE_STATIC_LAZY_PTR(SkMessageBus<Message>, bu
[all...]
/external/skia/src/core/
H A DSkMessageBus.h16 template <typename Message>
19 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
20 static void Post(const Message& m);
28 void poll(SkTDArray<Message>* out);
31 SkTDArray<Message> fMessages;
35 void receive(const Message& m); // SkMessageBus is a friend only to call this.
49 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \
51 SkMessageBus<Message>* SkMessageBus<Message>::Get() { \
52 SK_DECLARE_STATIC_LAZY_PTR(SkMessageBus<Message>, bu
[all...]
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingRpcChannel.java46 Message callBlockingMethod(
49 Message request,
50 Message responsePrototype) throws ServiceException;
H A DRpcChannel.java59 * decides the types of the {@code Message} objects, not the callee. The
68 Message request,
69 Message responsePrototype,
70 RpcCallback<Message> done);
H A DBlockingService.java51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
53 Message request) throws ServiceException;
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
H A DService.java38 * its exact type at compile time (analogous to the Message interface).
86 Message request,
87 RpcCallback<Message> done);
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
93 * call {@code Message.newBuilderForType()} on this instance to
101 * Message request =
107 Message getRequestPrototype(Descriptors.MethodDescriptor method);
116 Message getResponsePrototype(Descriptors.MethodDescriptor method);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_protobuf.h44 class Message;
50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
H A Dpython_protobuf.cc39 static const Message* GetCProtoInsidePyProtoStub(PyObject* msg) {
42 static Message* MutableCProtoInsidePyProtoStub(PyObject* msg) {
49 const Message* (*GetCProtoInsidePyProtoPtr)(PyObject* msg) =
51 Message* (*MutableCProtoInsidePyProtoPtr)(PyObject* msg) =
54 const Message* GetCProtoInsidePyProto(PyObject* msg) {
57 Message* MutableCProtoInsidePyProto(PyObject* msg) {
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingRpcChannel.java46 Message callBlockingMethod(
49 Message request,
50 Message responsePrototype) throws ServiceException;
H A DRpcChannel.java59 * decides the types of the {@code Message} objects, not the callee. The
68 Message request,
69 Message responsePrototype,
70 RpcCallback<Message> done);
H A DBlockingService.java51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
53 Message request) throws ServiceException;
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
H A DService.java38 * its exact type at compile time (analogous to the Message interface).
86 Message request,
87 RpcCallback<Message> done);
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
93 * call {@code Message.newBuilderForType()} on this instance to
101 * Message request =
107 Message getRequestPrototype(Descriptors.MethodDescriptor method);
116 Message getResponsePrototype(Descriptors.MethodDescriptor method);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops.h50 // methods of the Message interface, though they are likely to be
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
62 static bool IsInitialized(const Message& message);
63 static void DiscardUnknownFields(Message* message);
68 static void FindInitializationErrors(const Message
[all...]
H A Dmessage.h35 // Defines Message, the abstract interface implemented by non-lite
79 // // Same as the last block, but do it dynamically via the Message
81 // Message* foo = new Foo;
133 class Message;
161 // See also MessageLite, which contains most every-day operations. Message
165 // default implementations based on reflection. Message classes which are
169 class LIBPROTOBUF_EXPORT Message : public MessageLite { class in namespace:google::protobuf
171 inline Message() {} function in class:google::protobuf::Message
172 virtual ~Message();
179 virtual Message* Ne
[all...]
H A Dgenerated_message_reflection.h85 // - Singular Message fields are stored as a pointer to a Message. These
129 const Message* default_instance,
141 const UnknownFieldSet& GetUnknownFields(const Message& message) const;
142 UnknownFieldSet* MutableUnknownFields(Message* message) const;
144 int SpaceUsed(const Message& message) const;
146 bool HasField(const Message& message, const FieldDescriptor* field) const;
147 int FieldSize(const Message& message, const FieldDescriptor* field) const;
148 void ClearField(Message* message, const FieldDescriptor* field) const;
149 void RemoveLast(Message* messag
[all...]
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.h49 // methods of the Message interface, though they are likely to be
53 // the Message interface.
58 static void Copy(const Message& from, Message* to);
59 static void Merge(const Message& from, Message* to);
60 static void Clear(Message* message);
61 static bool IsInitialized(const Message& message);
62 static void DiscardUnknownFields(Message* message);
67 static void FindInitializationErrors(const Message
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DMessageListener.java23 import org.jivesoftware.smack.packet.Message;
29 void processMessage(Chat chat, Message message);
/external/chromium_org/content/public/renderer/
H A Drender_process_observer.cc10 const IPC::Message& message) {
/external/chromium_org/content/public/utility/
H A Dcontent_utility_client.cc9 bool ContentUtilityClient::OnMessageReceived(const IPC::Message& message) {
/external/smack/src/org/jivesoftware/smack/filter/
H A DMessageTypeFilter.java23 import org.jivesoftware.smack.packet.Message;
27 * Filters for packets of a specific type of Message (e.g. CHAT).
29 * @see org.jivesoftware.smack.packet.Message.Type
34 private final Message.Type type;
41 public MessageTypeFilter(Message.Type type) {
46 if (!(packet instanceof Message)) {
50 return ((Message) packet).getType().equals(this.type);
/external/protobuf/gtest/test/
H A Dgtest-message_test.cc32 // Tests for the Message class.
40 using ::testing::Message;
43 // A helper function that turns a Message into a C string.
44 const char* ToCString(const Message& msg) {
50 // Tests the testing::Message class
54 const Message msg;
60 const Message msg1("Hello");
61 const Message msg2(msg1);
65 // Tests constructing a Message from a C-string.
67 Message ms
[all...]
/external/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { argument
35 CamlMessage = copy_string(Message);
36 LLVMDisposeMessage(Message);
48 char* Message; local
50 if (LLVMLinkModules(Dst, Src, Int_val(Mode), &Message))
51 llvm_raise(llvm_linker_error_exn, Message);
/external/chromium_org/ipc/
H A Dipc_message.cc39 Message::~Message() {
42 Message::Message() function in class:IPC::Message
53 Message::Message(int32 routing_id, uint32 type, PriorityValue priority) function in class:IPC::Message
66 Message::Message(const char* data, int data_len) : Pickle(data, data_len) { function in class:IPC::Message
70 Message::Message(cons function in class:IPC::Message
[all...]

Completed in 541 milliseconds

1234567891011>>