Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h60 typedef struct CMessage { struct
69 // Weak reference to a parent CMessage object. This is NULL for any top-level argument
80 struct CMessage* parent; argument
90 // Pointer to the C++ Message object for this CMessage. The argument
99 // A reference to a Python dictionary containing CMessage, argument
110 } CMessage; argument
/external/parameter-framework/remote-processor/
DMessage.cpp40 CMessage::CMessage(uint8_t ucMsgId) : _ucMsgId(ucMsgId), _pucData(NULL), _uiDataSize(0), _uiIndex(0) in CMessage() function in CMessage
44 CMessage::CMessage() : _ucMsgId((uint8_t)-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0) in CMessage() function in CMessage