Home
last modified time | relevance | path

Searched defs:CMessage (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h67 typedef struct CMessage { struct
76 // Weak reference to a parent CMessage object. This is NULL for any top-level argument
87 struct CMessage* parent; argument
95 // Pointer to the C++ Message object for this CMessage. The argument
104 // A reference to a Python dictionary containing CMessage, argument
115 } CMessage; argument
/external/parameter-framework/upstream/remote-processor/
DMessage.cpp40 CMessage::CMessage(MsgType ucMsgId) : _ucMsgId(ucMsgId), _uiIndex(0) in CMessage() function in CMessage
44 CMessage::CMessage() : _ucMsgId(MsgType::EInvalid), _uiIndex(0) in CMessage() function in CMessage