OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBrokerableType
(Results
1 - 5
of
5
) sorted by null
/external/libmojo/ipc/
placeholder_brokerable_attachment.cc
10
PlaceholderBrokerableAttachment::
GetBrokerableType
() const {
placeholder_brokerable_attachment.h
20
BrokerableType
GetBrokerableType
() const override;
brokerable_attachment.h
69
virtual BrokerableType
GetBrokerableType
() const = 0;
brokerable_attachment.cc
58
return
GetBrokerableType
() == PLACEHOLDER;
ipc_message_attachment_set.cc
189
DCHECK_NE(BrokerableAttachment::PLACEHOLDER, attachment->
GetBrokerableType
());
192
if ((*it)->
GetBrokerableType
() == BrokerableAttachment::PLACEHOLDER &&
Completed in 74 milliseconds