Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc105 static void Dealloc(PyObject* pself) { in Dealloc() argument
119 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
128 static int GcClear(PyObject* pself) { in GcClear() argument
H A Dunknown_fields.cc53 static Py_ssize_t Len(PyObject* pself) { in Len() argument
78 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item() argument
134 static void Dealloc(PyObject* pself) { in Dealloc() argument
300 static void Dealloc(PyObject* pself) { in Dealloc() argument
H A Dextension_dict.cc322 void dealloc(PyObject* pself) { in dealloc() argument
H A Ddescriptor_pool.cc192 static void Dealloc(PyObject* pself) { in Dealloc() argument
208 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
214 static int GcClear(PyObject* pself) { in GcClear() argument
572 static PyObject* AddSerializedFile(PyObject* pself, PyObject* serialized_pb) { in AddSerializedFile() argument
H A Drepeated_scalar_container.cc77 static Py_ssize_t Len(PyObject* pself) { in Len() argument
85 static int AssignItem(PyObject* pself, Py_ssize_t index, PyObject* arg) { in AssignItem() argument
191 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item() argument
278 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() argument
427 AssSubscript(PyObject* pself, PyObject* slice, PyObject* value) Subscript() argument
519 Insert(PyObject* pself, PyObject* args) Subscript() argument
540 Remove(PyObject* pself, PyObject* value) Subscript() argument
563 RichCompare(PyObject* pself, PyObject* other, int opid) Subscript() argument
598 Sort(PyObject* pself, PyObject* args, PyObject* kwds) Subscript() argument
637 Pop(PyObject* pself, PyObject* args) Subscript() argument
653 ToStr(PyObject* pself) Subscript() argument
665 MergeFrom(PyObject* pself, PyObject* arg) Subscript() argument
689 DeepCopy(PyObject* pself, PyObject* arg) Subscript() argument
693 Dealloc(PyObject* pself) Subscript() argument
[all...]
H A Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length() argument
126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod() argument
139 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert() argument
301 static PyObject* Remove(PyObject* pself, PyObject* value) { in Subscript() argument
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
360 ToStr(PyObject* pself) Subscript() argument
415 Sort(PyObject* pself, PyObject* args, PyObject* kwds) Subscript() argument
439 Item(PyObject* pself, Py_ssize_t index) Subscript() argument
445 Pop(PyObject* pself, PyObject* args) Subscript() argument
466 DeepCopy(PyObject* pself, PyObject* arg) Subscript() argument
494 Dealloc(PyObject* pself) Subscript() argument
[all...]
H A Ddescriptor.cc397 static void Dealloc(PyObject* pself) { in Dealloc() argument
405 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
411 static int GcClear(PyObject* pself) { in GcClear() argument
H A Dmessage.cc339 static void Dealloc(PyObject* pself) { in Dealloc() argument
346 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
353 static int GcClear(PyObject* pself) { in GcClear() argument
2584 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() argument
[all...]
/third_party/backends/backend/
H A Dsnapscan-sources.c107 static SANE_Status Source_init (Source *pself, in Source_init() argument
126 static SANE_Int Source_bytesPerLine (Source *pself) in Source_bytesPerLine() argument
131 static SANE_Int Source_pixelsPerLine (Source *pself) in Source_pixelsPerLine() argument
155 SCSISource_remaining(Source *pself) SCSISource_remaining() argument
161 SCSISource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) SCSISource_get() argument
204 SCSISource_done(Source *pself) SCSISource_done() argument
211 SCSISource_init(SCSISource *pself, SnapScan_Scanner *pss) SCSISource_init() argument
238 FDSource_remaining(Source *pself) FDSource_remaining() argument
244 FDSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) FDSource_get() argument
281 FDSource_done(Source *pself) FDSource_done() argument
287 FDSource_init(FDSource *pself, SnapScan_Scanner *pss, int fd) FDSource_init() argument
319 BufSource_remaining(Source *pself) BufSource_remaining() argument
325 BufSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) BufSource_get() argument
345 BufSource_done(Source *pself) BufSource_done() argument
351 BufSource_init(BufSource *pself, SnapScan_Scanner *pss, SANE_Byte *buf, SANE_Int buf_size) BufSource_init() argument
442 TxSource_remaining(Source *pself) TxSource_remaining() argument
448 TxSource_bytesPerLine(Source *pself) TxSource_bytesPerLine() argument
454 TxSource_pixelsPerLine(Source *pself) TxSource_pixelsPerLine() argument
460 TxSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) TxSource_get() argument
466 TxSource_done(Source *pself) TxSource_done() argument
475 TxSource_init(TxSource *pself, SnapScan_Scanner *pss, SourceRemaining remaining, SourceBytesPerLine bytesPerLine, SourcePixelsPerLine pixelsPerLine, SourceGet get, SourceDone done, Source *psub) TxSource_init() argument
511 Expander_remaining(Source *pself) Expander_remaining() argument
528 Expander_bytesPerLine(Source *pself) Expander_bytesPerLine() argument
533 Expander_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Expander_get() argument
590 Expander_done(Source *pself) Expander_done() argument
601 Expander_init(Expander *pself, SnapScan_Scanner *pss, Source *psub) Expander_init() argument
694 Deinterlacer_remaining(Source *pself) Deinterlacer_remaining() argument
702 Deinterlacer_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Deinterlacer_get() argument
821 Deinterlacer_done(Source *pself) Deinterlacer_done() argument
833 Deinterlacer_init(Deinterlacer *pself, SnapScan_Scanner *pss, Source *psub) Deinterlacer_init() argument
937 RGBRouter_remaining(Source *pself) RGBRouter_remaining() argument
948 RGBRouter_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) RGBRouter_get() argument
1059 RGBRouter_done(Source *pself) RGBRouter_done() argument
1072 RGBRouter_init(RGBRouter *pself, SnapScan_Scanner *pss, Source *psub) RGBRouter_init() argument
1156 Inverter_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Inverter_get() argument
1168 Inverter_init(Inverter *pself, SnapScan_Scanner *pss, Source *psub) Inverter_init() argument
[all...]

Completed in 13 milliseconds