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

/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.h61 typedef struct RepeatedScalarContainer { struct in namespace:google::protobuf::python
65 // proto tree. Every Python RepeatedScalarContainer holds a
71 // RepeatedScalarContainer does not own this pointer.
85 } RepeatedScalarContainer; typedef in namespace:google::protobuf::python
91 // Builds a RepeatedScalarContainer object, from a parent message and a
100 PyObject* Append(RepeatedScalarContainer* self, PyObject* item);
105 int Release(RepeatedScalarContainer* self);
111 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
114 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,
191 static PyObject* Item(RepeatedScalarContainer* self, Py_ssize_t index) {
290 static PyObject* Subscript(RepeatedScalarContainer* self, PyObject* slice) {
354 PyObject* Append(RepeatedScalarContainer* self, PyObject* item) {
434 static int AssSubscript(RepeatedScalarContainer* self,
497 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) {
525 static PyObject* Insert(RepeatedScalarContainer* self, PyObject* args) {
543 static PyObject* Remove(RepeatedScalarContainer* sel
[all...]
H A Dmessage.cc427 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
458 RepeatedScalarContainer* container =
459 reinterpret_cast<RepeatedScalarContainer*>(child);
829 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
876 // four places such references occur: RepeatedScalarContainer,
1131 RepeatedScalarContainer* rs_container =
1132 reinterpret_cast<RepeatedScalarContainer*>(container.get());
1157 reinterpret_cast<RepeatedScalarContainer*>(container.get()),
1277 int VisitRepeatedScalarContainer(RepeatedScalarContainer* container) {
1526 int VisitRepeatedScalarContainer(RepeatedScalarContainer* containe
[all...]
H A Dextension_dict.cc76 reinterpret_cast<RepeatedScalarContainer*>(

Completed in 711 milliseconds