#include <Python.h>
#include <memory>
#include <set>
#include <google/protobuf/pyext/message.h>
Go to the source code of this file.
Classes | |
struct | google::protobuf::python::PyUnknownFieldRef |
struct | google::protobuf::python::PyUnknownFields |
Namespaces | |
google::protobuf | |
google::protobuf::python | |
google::protobuf::python::unknown_fields | |
Macros | |
#define | PY_SSIZE_T_CLEAN |
Functions | |
void | google::protobuf::python::unknown_fields::Clear (PyUnknownFields *self) |
PyObject * | google::protobuf::python::unknown_fields::NewPyUnknownFields (CMessage *c_message) |
#define PY_SSIZE_T_CLEAN |
Definition at line 34 of file protobuf/python/google/protobuf/pyext/unknown_fields.h.