Home
last modified time | relevance | path

Searched defs:pself (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc77 static Py_ssize_t Len(PyObject* pself) { in Len()
85 static int AssignItem(PyObject* pself, Py_ssize_t index, PyObject* arg) { in AssignItem()
191 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item()
278 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript()
427 static int AssSubscript(PyObject* pself, PyObject* slice, PyObject* value) { in Subscript()
519 static PyObject* Insert(PyObject* pself, PyObject* args) { in Subscript()
540 static PyObject* Remove(PyObject* pself, PyObject* value) { in Subscript()
563 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript()
598 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript()
637 static PyObject* Pop(PyObject* pself, PyObject* args) { in Subscript()
[all …]
Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length()
126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod()
139 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert()
301 static PyObject* Remove(PyObject* pself, PyObject* value) { in Subscript()
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript()
360 static PyObject* ToStr(PyObject* pself) { in Subscript()
415 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript()
439 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Subscript()
445 static PyObject* Pop(PyObject* pself, PyObject* args) { in Subscript()
466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript()
[all …]
Dunknown_fields.cc53 static Py_ssize_t Len(PyObject* pself) { in Len()
78 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item()
134 static void Dealloc(PyObject* pself) { in Dealloc()
300 static void Dealloc(PyObject* pself) { in Dealloc()
Dmessage_factory.cc105 static void Dealloc(PyObject* pself) { in Dealloc()
119 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse()
128 static int GcClear(PyObject* pself) { in GcClear()
Ddescriptor_pool.cc192 static void Dealloc(PyObject* pself) { in Dealloc()
208 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse()
214 static int GcClear(PyObject* pself) { in GcClear()
572 static PyObject* AddSerializedFile(PyObject* pself, PyObject* serialized_pb) { in AddSerializedFile()
Dextension_dict.cc318 void dealloc(PyObject* pself) { in dealloc()
Dmessage.cc314 static void Dealloc(PyObject* pself) { in Dealloc()
321 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse()
328 static int GcClear(PyObject* pself) { in GcClear()
2608 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr()
Ddescriptor.cc397 static void Dealloc(PyObject* pself) { in Dealloc()
405 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse()
411 static int GcClear(PyObject* pself) { in GcClear()
/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc75 static void TensorReleaser_dealloc(PyObject* pself) { in TensorReleaser_dealloc()