HomeSort by relevance Sort by last modified time
    Searched refs:IPC_EXPORT (Results 1 - 14 of 14) sorted by null

  /external/libmojo/ipc/
ipc_export.h 8 // Defines IPC_EXPORT so that functionality implemented by the IPC module can be
15 #define IPC_EXPORT __declspec(dllexport)
17 #define IPC_EXPORT __declspec(dllimport)
23 #define IPC_EXPORT __attribute__((visibility("default")))
25 #define IPC_EXPORT
31 #define IPC_EXPORT
placeholder_brokerable_attachment.h 10 #include "ipc/ipc_export.h"
16 class IPC_EXPORT PlaceholderBrokerableAttachment : public BrokerableAttachment {
ipc_listener.h 11 #include "ipc/ipc_export.h"
18 class IPC_EXPORT Listener {
ipc_message_attachment.h 13 #include "ipc/ipc_export.h"
19 class IPC_EXPORT MessageAttachment : public base::Pickle::Attachment {
ipc_mojo_handle_attachment.h 11 #include "ipc/ipc_export.h"
23 class IPC_EXPORT MojoHandleAttachment : public MessageAttachment {
ipc_mojo_message_helper.h 8 #include "ipc/ipc_export.h"
15 class IPC_EXPORT MojoMessageHelper {
brokerable_attachment.h 15 #include "ipc/ipc_export.h"
22 class IPC_EXPORT BrokerableAttachment : public MessageAttachment {
26 struct IPC_EXPORT AttachmentId {
ipc_mojo_param_traits.h 10 #include "ipc/ipc_export.h"
23 struct IPC_EXPORT ParamTraits<mojo::MessagePipeHandle> {
ipc_platform_file_attachment_posix.h 8 #include "ipc/ipc_export.h"
18 class IPC_EXPORT PlatformFileAttachment : public MessageAttachment {
ipc_sync_message.h 25 class IPC_EXPORT SyncMessage : public Message {
79 class IPC_EXPORT MessageReplyDeserializer {
attachment_broker.h 15 #include "ipc/ipc_export.h"
41 class IPC_EXPORT SupportsAttachmentBrokering {
53 class IPC_EXPORT AttachmentBroker : public Listener {
ipc_message_utils.h 56 struct IPC_EXPORT LogData {
135 IPC_EXPORT static void Log(const param_type& p, std::string* l);
139 struct IPC_EXPORT ParamTraits<signed char> {
150 struct IPC_EXPORT ParamTraits<unsigned char> {
161 struct IPC_EXPORT ParamTraits<unsigned short> {
183 IPC_EXPORT static void Log(const param_type& p, std::string* l);
198 IPC_EXPORT static void Log(const param_type& p, std::string* l);
228 IPC_EXPORT static void Log(const param_type& p, std::string* l);
245 IPC_EXPORT static void Log(const param_type& p, std::string* l);
263 IPC_EXPORT static void Log(const param_type& p, std::string* l)
    [all...]
ipc_message_attachment_set.h 15 #include "ipc/ipc_export.h"
43 class IPC_EXPORT MessageAttachmentSet
ipc_message.h 20 #include "ipc/ipc_export.h"
38 class IPC_EXPORT Message : public base::Pickle {
175 struct IPC_EXPORT NextMessageInfo {

Completed in 239 milliseconds