#include <map_container.h>
Public Member Functions | |
Message * | GetMutableMessage () |
![]() | |
PyObject * | AsPyObject () |
PyObject * | DeepCopy () |
void | RemoveFromParentCache () |
Public Attributes | |
const FieldDescriptor * | key_field_descriptor |
const FieldDescriptor * | value_field_descriptor |
uint64 | version |
![]() | |
struct CMessage * | parent |
const FieldDescriptor * | parent_field_descriptor |
PyObject_HEAD | |
Definition at line 53 of file map_container.h.
Message * google::protobuf::python::MapContainer::GetMutableMessage | ( | ) |
Definition at line 105 of file map_container.cc.
const FieldDescriptor* google::protobuf::python::MapContainer::key_field_descriptor |
Definition at line 58 of file map_container.h.
const FieldDescriptor* google::protobuf::python::MapContainer::value_field_descriptor |
Definition at line 59 of file map_container.h.
uint64 google::protobuf::python::MapContainer::version |
Definition at line 62 of file map_container.h.