OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_INVALID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/dbus/
message.h
56
MESSAGE_INVALID
= DBUS_MESSAGE_TYPE_INVALID,
85
// Returns the type of the message. Returns
MESSAGE_INVALID
if
message.cc
71
return
MESSAGE_INVALID
;
78
case
MESSAGE_INVALID
:
79
return "
MESSAGE_INVALID
";
Completed in 597 milliseconds