HomeSort by relevance Sort by last modified time
    Searched defs:CMessage (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/remote-processor/
Message.h 37 class CMessage
40 CMessage(uint8_t ucMsgId);
41 CMessage();
42 virtual ~CMessage();
105 CMessage(const CMessage&);
106 CMessage& operator=(const CMessage&);
Message.cpp 40 CMessage::CMessage(uint8_t ucMsgId) : _ucMsgId(ucMsgId), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
44 CMessage::CMessage() : _ucMsgId((uint8_t)-1), _pucData(NULL), _uiDataSize(0), _uiIndex(0)
48 CMessage::~CMessage()
54 uint8_t CMessage::getMsgId() const
60 void CMessage::writeData(const void* pvData, size_t uiSize)
71 void CMessage::readData(void* pvData, size_t uiSize)
82 void CMessage::writeString(const string& strData
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.h 60 typedef struct CMessage {
64 // proto tree. Every Python CMessage holds a reference to it in
69 // Weak reference to a parent CMessage object. This is NULL for any top-level
80 struct CMessage* parent;
90 // Pointer to the C++ Message object for this CMessage. The
91 // CMessage does not own this pointer.
99 // A reference to a Python dictionary containing CMessage,
110 } CMessage;
114 namespace cmessage { namespace in namespace:google::protobuf::python
125 CMessage* child_cmessage)
    [all...]

Completed in 456 milliseconds