Searched defs:pself (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 77 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 …]
|
D | repeated_composite_container.cc | 66 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 …]
|
D | unknown_fields.cc | 53 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()
|
D | message_factory.cc | 105 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()
|
D | descriptor_pool.cc | 192 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()
|
D | extension_dict.cc | 318 void dealloc(PyObject* pself) { in dealloc()
|
D | message.cc | 314 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()
|
D | descriptor.cc | 397 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/ |
D | ndarray_tensor_bridge.cc | 75 static void TensorReleaser_dealloc(PyObject* pself) { in TensorReleaser_dealloc()
|