HomeSort by relevance Sort by last modified time
    Searched defs:RepeatedScalarContainer (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.h 57 typedef struct RepeatedScalarContainer {
61 // proto tree. Every Python RepeatedScalarContainer holds a
67 // RepeatedScalarContainer does not own this pointer.
80 } RepeatedScalarContainer;
90 PyObject* Append(RepeatedScalarContainer* self, PyObject* item);
95 int Release(RepeatedScalarContainer* self);
101 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
104 void SetOwner(RepeatedScalarContainer* self,
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 104 class RepeatedScalarContainer(object):
175 container = RepeatedScalarContainer(self, cdescriptor)
368 return RepeatedScalarContainer(self._message, cdescriptor)

Completed in 162 milliseconds