|
PyObject * | google::protobuf::python::Clear (PyObject *_self) |
|
static void | google::protobuf::python::DeallocMapIterator (PyObject *_self) |
|
static PyObject * | google::protobuf::python::GetCMessage (MessageMapContainer *self, Message *message) |
|
PyObject * | google::protobuf::python::GetEntryClass (PyObject *_self) |
|
static MapIterator * | google::protobuf::python::GetIter (PyObject *obj) |
|
static MapContainer * | google::protobuf::python::GetMap (PyObject *obj) |
|
static MessageMapContainer * | google::protobuf::python::GetMessageMap (PyObject *obj) |
|
bool | google::protobuf::python::InitMapContainers () |
|
static PyObject * | google::protobuf::python::MapKeyToPython (const FieldDescriptor *field_descriptor, const MapKey &key) |
|
PyObject * | google::protobuf::python::MapValueRefToPython (const FieldDescriptor *field_descriptor, const MapValueRef &value) |
|
static void | google::protobuf::python::MessageMapDealloc (PyObject *_self) |
|
PyObject * | google::protobuf::python::MessageMapGet (PyObject *self, PyObject *args, PyObject *kwargs) |
|
MessageMapContainer * | google::protobuf::python::NewMessageMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor, CMessageClass *message_class) |
|
MapContainer * | google::protobuf::python::NewScalarMapContainer (CMessage *parent, const google::protobuf::FieldDescriptor *parent_field_descriptor) |
|
static bool | google::protobuf::python::PyStringToSTL (PyObject *py_string, string *stl_string) |
|
static bool | google::protobuf::python::PythonToMapKey (PyObject *obj, const FieldDescriptor *field_descriptor, MapKey *key) |
|
static bool | google::protobuf::python::PythonToMapValueRef (PyObject *obj, const FieldDescriptor *field_descriptor, bool allow_unknown_enum_values, MapValueRef *value_ref) |
|
static void | google::protobuf::python::ScalarMapDealloc (PyObject *_self) |
|
static PyObject * | google::protobuf::python::ScalarMapGet (PyObject *self, PyObject *args, PyObject *kwargs) |
|