Searched refs:RepeatedScalarContainer (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.h57 typedef struct RepeatedScalarContainer { struct in namespace:google::protobuf::python
61 // proto tree. Every Python RepeatedScalarContainer holds a
67 // RepeatedScalarContainer does not own this pointer.
80 } RepeatedScalarContainer; typedef in namespace:google::protobuf::python
90 PyObject* Append(RepeatedScalarContainer* self, PyObject* item);
95 int Release(RepeatedScalarContainer* self);
101 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
104 void SetOwner(RepeatedScalarContainer* self,
H A Drepeated_scalar_container.cc68 RepeatedScalarContainer* self, PyObject* list) {
80 static Py_ssize_t Len(RepeatedScalarContainer* self) {
86 static int AssignItem(RepeatedScalarContainer* self,
193 static PyObject* Item(RepeatedScalarContainer* self, Py_ssize_t index) {
293 static PyObject* Subscript(RepeatedScalarContainer* self, PyObject* slice) {
357 PyObject* Append(RepeatedScalarContainer* self, PyObject* item) {
441 static int AssSubscript(RepeatedScalarContainer* self,
504 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) {
526 static PyObject* Insert(RepeatedScalarContainer* self, PyObject* args) {
544 static PyObject* Remove(RepeatedScalarContainer* sel
[all...]
H A Dmessage.cc102 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
126 RepeatedScalarContainer* container =
127 reinterpret_cast<RepeatedScalarContainer*>(child);
461 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
503 // three places such references occur: RepeatedScalarContainer,
697 reinterpret_cast<RepeatedScalarContainer*>(container.get()),
798 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
998 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
1067 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
1069 reinterpret_cast<RepeatedScalarContainer*>(containe
[all...]
H A Dextension_dict.cc103 reinterpret_cast<RepeatedScalarContainer*>(
/external/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py104 class RepeatedScalarContainer(object): class in inherits:object
175 container = RepeatedScalarContainer(self, cdescriptor)
368 return RepeatedScalarContainer(self._message, cdescriptor)

Completed in 83 milliseconds