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

  /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...]
message.cc 83 namespace cmessage { namespace in namespace:google::protobuf::python
84 static PyObject* GetDescriptor(CMessage* self, PyObject* name);
85 static string GetMessageName(CMessage* self);
90 } // namespace cmessage
93 // Visiting the composite children of a CMessage
107 int VisitCMessage(CMessage* cmessage,
133 CMessage* cmsg = reinterpret_cast<CMessage*>(child);
142 // Visit each composite field and extension field of this CMessage
396 namespace cmessage { namespace in namespace:google::protobuf::python
    [all...]

Completed in 80 milliseconds