Home
last modified time | relevance | path

Searched defs:self (Results 1001 - 1025 of 1136) sorted by relevance

1...<<414243444546

/third_party/python/Modules/
H A D_testbuffer.c222 ndarray_dealloc(NDArrayObject *self) in ndarray_dealloc() argument
1280 ndarray_init(PyObject *self, PyObject *args, PyObject *kwds) in ndarray_init() argument
1346 ndarray_push(PyObject *self, PyObject *args, PyObject *kwds) ndarray_push() argument
1388 ndarray_pop(PyObject *self, PyObject *dummy) ndarray_pop() argument
1417 ndarray_getbuf(NDArrayObject *self, Py_buffer *view, int flags) ndarray_getbuf() argument
1535 ndarray_releasebuf(NDArrayObject *self, Py_buffer *view) ndarray_releasebuf() argument
1588 ndarray_item(NDArrayObject *self, Py_ssize_t index) ndarray_item() argument
1780 ndarray_subscript(NDArrayObject *self, PyObject *key) ndarray_subscript() argument
1865 ndarray_ass_subscript(NDArrayObject *self, PyObject *key, PyObject *value) ndarray_ass_subscript() argument
1922 slice_indices(PyObject *self, PyObject *args) slice_indices() argument
2004 ndarray_get_flags(NDArrayObject *self, void *closure) ndarray_get_flags() argument
2010 ndarray_get_offset(NDArrayObject *self, void *closure) ndarray_get_offset() argument
2017 ndarray_get_obj(NDArrayObject *self, void *closure) ndarray_get_obj() argument
2029 ndarray_get_nbytes(NDArrayObject *self, void *closure) ndarray_get_nbytes() argument
2036 ndarray_get_readonly(NDArrayObject *self, void *closure) ndarray_get_readonly() argument
2043 ndarray_get_itemsize(NDArrayObject *self, void *closure) ndarray_get_itemsize() argument
2050 ndarray_get_format(NDArrayObject *self, void *closure) ndarray_get_format() argument
2058 ndarray_get_ndim(NDArrayObject *self, void *closure) ndarray_get_ndim() argument
2065 ndarray_get_shape(NDArrayObject *self, void *closure) ndarray_get_shape() argument
2072 ndarray_get_strides(NDArrayObject *self, void *closure) ndarray_get_strides() argument
2079 ndarray_get_suboffsets(NDArrayObject *self, void *closure) ndarray_get_suboffsets() argument
2086 ndarray_c_contig(PyObject *self, PyObject *dummy) ndarray_c_contig() argument
2100 ndarray_fortran_contig(PyObject *self, PyObject *dummy) ndarray_fortran_contig() argument
2114 ndarray_contig(PyObject *self, PyObject *dummy) ndarray_contig() argument
2150 ndarray_tolist(PyObject *self, PyObject *dummy) ndarray_tolist() argument
2156 ndarray_tobytes(PyObject *self, PyObject *dummy) ndarray_tobytes() argument
2196 ndarray_add_suboffsets(PyObject *self, PyObject *dummy) ndarray_add_suboffsets() argument
2232 ndarray_memoryview_from_buffer(PyObject *self, PyObject *dummy) ndarray_memoryview_from_buffer() argument
2306 get_pointer(PyObject *self, PyObject *args) get_pointer() argument
2355 get_sizeof_void_p(PyObject *self, PyObject *Py_UNUSED(ignored)) get_sizeof_void_p() argument
2391 get_contiguous(PyObject *self, PyObject *args) get_contiguous() argument
2428 py_buffer_to_contiguous(PyObject *self, PyObject *args) py_buffer_to_contiguous() argument
2503 cmp_contig(PyObject *self, PyObject *args) cmp_contig() argument
2567 is_contiguous(PyObject *self, PyObject *args) is_contiguous() argument
2605 ndarray_hash(PyObject *self) ndarray_hash() argument
2719 staticarray_init(PyObject *self, PyObject *args, PyObject *kwds) staticarray_init() argument
2735 staticarray_dealloc(StaticArrayObject *self) staticarray_dealloc() argument
2743 staticarray_getbuf(StaticArrayObject *self, Py_buffer *view, int flags) staticarray_getbuf() argument
[all...]
H A D_zoneinfo.c199 PyObject *self = (PyObject *)(type->tp_alloc(type, 0)); in zoneinfo_new_instance() local
306 PyZoneInfo_ZoneInfo *self = (PyZoneInfo_ZoneInfo *)obj_self; zoneinfo_dealloc() local
347 PyZoneInfo_ZoneInfo *self = NULL; zoneinfo_from_file() local
463 zoneinfo_utcoffset(PyObject *self, PyObject *dt) zoneinfo_utcoffset() argument
474 zoneinfo_dst(PyObject *self, PyObject *dt) zoneinfo_dst() argument
485 zoneinfo_tzname(PyObject *self, PyObject *dt) zoneinfo_tzname() argument
512 PyZoneInfo_ZoneInfo *self = (PyZoneInfo_ZoneInfo *)obj_self; zoneinfo_fromutc() local
616 zoneinfo_repr(PyZoneInfo_ZoneInfo *self) zoneinfo_repr() argument
633 zoneinfo_str(PyZoneInfo_ZoneInfo *self) zoneinfo_str() argument
659 PyZoneInfo_ZoneInfo *self = (PyZoneInfo_ZoneInfo *)obj_self; zoneinfo_reduce() local
836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) load_data() argument
1171 CalendarRule *self = (CalendarRule *)base_self; calendarrule_year_to_timestamp() local
1270 DayRule *self = (DayRule *)base_self; dayrule_year_to_timestamp() local
2134 find_ttinfo(PyZoneInfo_ZoneInfo *self, PyObject *dt) find_ttinfo() argument
[all...]
H A Dmathmodule.c2754 math_hypot(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in math_hypot() argument
H A Doverlapped.c634 OverlappedObject *self; in _overlapped_Overlapped_impl() local
664 Overlapped_clear(OverlappedObject *self) Overlapped_clear() argument
709 Overlapped_dealloc(OverlappedObject *self) Overlapped_dealloc() argument
824 _overlapped_Overlapped_cancel_impl(OverlappedObject *self) _overlapped_Overlapped_cancel_impl() argument
858 _overlapped_Overlapped_getresult_impl(OverlappedObject *self, BOOL wait) _overlapped_Overlapped_getresult_impl() argument
979 do_ReadFile(OverlappedObject *self, HANDLE handle, char *bufstart, DWORD buflen) do_ReadFile() argument
1017 _overlapped_Overlapped_ReadFile_impl(OverlappedObject *self, HANDLE handle, DWORD size) _overlapped_Overlapped_ReadFile_impl() argument
1053 _overlapped_Overlapped_ReadFileInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj) _overlapped_Overlapped_ReadFileInto_impl() argument
1078 do_WSARecv(OverlappedObject *self, HANDLE handle, char *bufstart, DWORD buflen, DWORD flags) do_WSARecv() argument
1122 _overlapped_Overlapped_WSARecv_impl(OverlappedObject *self, HANDLE handle, DWORD size, DWORD flags) _overlapped_Overlapped_WSARecv_impl() argument
1159 _overlapped_Overlapped_WSARecvInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags) _overlapped_Overlapped_WSARecvInto_impl() argument
1195 _overlapped_Overlapped_WriteFile_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj) _overlapped_Overlapped_WriteFile_impl() argument
1248 _overlapped_Overlapped_WSASend_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags) _overlapped_Overlapped_WSASend_impl() argument
1302 _overlapped_Overlapped_AcceptEx_impl(OverlappedObject *self, HANDLE ListenSocket, HANDLE AcceptSocket) _overlapped_Overlapped_AcceptEx_impl() argument
1431 _overlapped_Overlapped_ConnectEx_impl(OverlappedObject *self, HANDLE ConnectSocket, PyObject *AddressObj) _overlapped_Overlapped_ConnectEx_impl() argument
1481 _overlapped_Overlapped_DisconnectEx_impl(OverlappedObject *self, HANDLE Socket, DWORD flags) _overlapped_Overlapped_DisconnectEx_impl() argument
1527 _overlapped_Overlapped_TransmitFile_impl(OverlappedObject *self, HANDLE Socket, HANDLE File, DWORD offset, DWORD offset_high, DWORD count_to_write, DWORD count_per_send, DWORD flags) _overlapped_Overlapped_TransmitFile_impl() argument
1573 _overlapped_Overlapped_ConnectNamedPipe_impl(OverlappedObject *self, HANDLE Pipe) _overlapped_Overlapped_ConnectNamedPipe_impl() argument
1616 _overlapped_Overlapped_ConnectPipe_impl(OverlappedObject *self, const Py_UNICODE *Address) _overlapped_Overlapped_ConnectPipe_impl() argument
1635 Overlapped_getaddress(OverlappedObject *self) Overlapped_getaddress() argument
1641 Overlapped_getpending(OverlappedObject *self) Overlapped_getpending() argument
1648 Overlapped_traverse(OverlappedObject *self, visitproc visit, void *arg) Overlapped_traverse() argument
1737 _overlapped_Overlapped_WSASendTo_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD flags, PyObject *AddressObj) _overlapped_Overlapped_WSASendTo_impl() argument
1812 _overlapped_Overlapped_WSARecvFrom_impl(OverlappedObject *self, HANDLE handle, DWORD size, DWORD flags) _overlapped_Overlapped_WSARecvFrom_impl() argument
1881 _overlapped_Overlapped_WSARecvFromInto_impl(OverlappedObject *self, HANDLE handle, Py_buffer *bufobj, DWORD size, DWORD flags) _overlapped_Overlapped_WSARecvFromInto_impl() argument
[all...]
H A D_struct.c1299 prepare_s(PyStructObject *self) in prepare_s() argument
1439 PyObject *self; s_new() local
1470 Struct___init___impl(PyStructObject *self, PyObject *format) Struct___init___impl() argument
1584 Struct_unpack_impl(PyStructObject *self, Py_buffer *buffer) Struct_unpack_impl() argument
1615 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer, Py_ssize_t offset) Struct_unpack_from_impl() argument
1667 unpackiter_dealloc(unpackiterobject *self) unpackiter_dealloc() argument
1679 unpackiter_traverse(unpackiterobject *self, visitproc visit, void *arg) unpackiter_traverse() argument
1688 unpackiter_len(unpackiterobject *self, PyObject *Py_UNUSED(ignored)) unpackiter_len() argument
1704 unpackiter_iternext(unpackiterobject *self) unpackiter_iternext() argument
1764 Struct_iter_unpack(PyStructObject *self, PyObject *buffer) Struct_iter_unpack() argument
1900 s_pack(PyObject *self, PyObject *const *args, Py_ssize_t nargs) s_pack() argument
1944 s_pack_into(PyObject *self, PyObject *const *args, Py_ssize_t nargs) s_pack_into() argument
2038 s_get_format(PyStructObject *self, void *unused) s_get_format() argument
2045 s_get_size(PyStructObject *self, void *unused) s_get_size() argument
2054 s_sizeof(PyStructObject *self, void *unused) s_sizeof() argument
[all...]
H A D_winapi.c121 overlapped_traverse(OverlappedObject *self, visitproc visit, void *arg) in overlapped_traverse() argument
130 overlapped_dealloc(OverlappedObject *self) in overlapped_dealloc() argument
243 _winapi_Overlapped_GetOverlappedResult_impl(OverlappedObject *self, int wait) _winapi_Overlapped_GetOverlappedResult_impl() argument
283 _winapi_Overlapped_getbuffer_impl(OverlappedObject *self) _winapi_Overlapped_getbuffer_impl() argument
303 _winapi_Overlapped_cancel_impl(OverlappedObject *self) _winapi_Overlapped_cancel_impl() argument
359 OverlappedObject *self = PyObject_GC_New(OverlappedObject, st->overlapped_type); new_overlapped() local
[all...]
H A D_xxsubinterpretersmodule.c1456 channelid *self = PyObject_New(channelid, cls); in newchannelid() local
1526 channelid_repr(PyObject *self) in channelid_repr() argument
1546 channelid_str(PyObject *self) channelid_str() argument
1553 channelid_int(PyObject *self) channelid_int() argument
1600 channelid_hash(PyObject *self) channelid_hash() argument
1613 channelid_richcompare(PyObject *self, PyObject *other, int op) channelid_richcompare() argument
1733 channelid_end(PyObject *self, void *end) channelid_end() argument
1994 interp_create(PyObject *self, PyObject *args, PyObject *kwds) interp_create() argument
2036 interp_destroy(PyObject *self, PyObject *args, PyObject *kwds) interp_destroy() argument
2090 interp_list_all(PyObject *self, PyObject *Py_UNUSED(ignored)) interp_list_all() argument
2128 interp_get_current(PyObject *self, PyObject *Py_UNUSED(ignored)) interp_get_current() argument
2144 interp_get_main(PyObject *self, PyObject *Py_UNUSED(ignored)) interp_get_main() argument
2158 interp_run_string(PyObject *self, PyObject *args, PyObject *kwds) interp_run_string() argument
2203 object_is_shareable(PyObject *self, PyObject *args, PyObject *kwds) object_is_shareable() argument
2227 interp_is_running(PyObject *self, PyObject *args, PyObject *kwds) interp_is_running() argument
2256 channel_create(PyObject *self, PyObject *Py_UNUSED(ignored)) channel_create() argument
2280 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) channel_destroy() argument
2302 channel_list_all(PyObject *self, PyObject *Py_UNUSED(ignored)) channel_list_all() argument
2339 channel_list_interpreters(PyObject *self, PyObject *args, PyObject *kwds) channel_list_interpreters() argument
2401 channel_send(PyObject *self, PyObject *args, PyObject *kwds) channel_send() argument
2423 channel_recv(PyObject *self, PyObject *args, PyObject *kwds) channel_recv() argument
2458 channel_close(PyObject *self, PyObject *args, PyObject *kwds) channel_close() argument
2505 channel_release(PyObject *self, PyObject *args, PyObject *kwds) channel_release() argument
2540 channel__channel_id(PyObject *self, PyObject *args, PyObject *kwds) channel__channel_id() argument
[all...]
H A Dgcmodule.c1592 gc_set_threshold(PyObject *self, PyObject *args) in gc_set_threshold() argument
1675 gc_get_referrers(PyObject *self, PyObject *args) in gc_get_referrers() argument
1708 gc_get_referents(PyObject *self, PyObject *args) in gc_get_referents() argument
H A D_collectionsmodule.c2139 PyObject *self, *other; in defdict_or() local
2169 defdict_traverse(PyObject *self, visitproc visit, void *arg) in defdict_traverse() argument
2183 defdict_init(PyObject *self, PyObject *args, PyObject *kwds) defdict_init() argument
2411 _tuplegetterobject* self; tuplegetter_new_impl() local
2423 tuplegetter_descr_get(PyObject *self, PyObject *obj, PyObject *type) tuplegetter_descr_get() argument
2456 tuplegetter_descr_set(PyObject *self, PyObject *obj, PyObject *value) tuplegetter_descr_set() argument
2467 tuplegetter_traverse(PyObject *self, visitproc visit, void *arg) tuplegetter_traverse() argument
2475 tuplegetter_clear(PyObject *self) tuplegetter_clear() argument
2483 tuplegetter_dealloc(_tuplegetterobject *self) tuplegetter_dealloc() argument
2491 tuplegetter_reduce(_tuplegetterobject *self, PyObject *Py_UNUSED(ignored)) tuplegetter_reduce() argument
2497 tuplegetter_repr(_tuplegetterobject *self) tuplegetter_repr() argument
[all...]
H A D_csv.c177 Dialect_get_lineterminator(DialectObj *self, void *Py_UNUSED(ignored)) in Dialect_get_lineterminator() argument
184 Dialect_get_delimiter(DialectObj *self, void *Py_UNUSED(ignored)) in Dialect_get_delimiter() argument
190 Dialect_get_escapechar(DialectObj *self, void *Py_UNUSED(ignored)) in Dialect_get_escapechar() argument
196 Dialect_get_quotechar(DialectObj *self, void *Py_UNUSED(ignored)) in Dialect_get_quotechar() argument
202 Dialect_get_quoting(DialectObj *self, voi argument
358 Dialect_dealloc(DialectObj *self) Dialect_dealloc() argument
399 DialectObj *self; dialect_new() local
539 Dialect_reduce(PyObject *self, PyObject *args) Dialect_reduce() argument
557 Dialect_clear(DialectObj *self) Dialect_clear() argument
564 Dialect_traverse(DialectObj *self, visitproc visit, void *arg) Dialect_traverse() argument
612 parse_save_field(ReaderObj *self) parse_save_field() argument
640 parse_grow_buff(ReaderObj *self) parse_grow_buff() argument
657 parse_add_char(ReaderObj *self, _csvstate *module_state, Py_UCS4 c) parse_add_char() argument
672 parse_process_char(ReaderObj *self, _csvstate *module_state, Py_UCS4 c) parse_process_char() argument
854 parse_reset(ReaderObj *self) parse_reset() argument
866 Reader_iternext(ReaderObj *self) Reader_iternext() argument
936 Reader_dealloc(ReaderObj *self) Reader_dealloc() argument
950 Reader_traverse(ReaderObj *self, visitproc visit, void *arg) Reader_traverse() argument
960 Reader_clear(ReaderObj *self) Reader_clear() argument
1013 ReaderObj * self = PyObject_GC_New( csv_reader() local
1057 join_reset(WriterObj *self) join_reset() argument
1069 join_append_data(WriterObj *self, unsigned int field_kind, const void *field_data, Py_ssize_t field_len, int *quoted, int copy_phase) join_append_data() argument
1161 join_check_rec_size(WriterObj *self, Py_ssize_t rec_len) join_check_rec_size() argument
1180 join_append(WriterObj *self, PyObject *field, int quoted) join_append() argument
1211 join_append_lineterminator(WriterObj *self) join_append_lineterminator() argument
1241 csv_writerow(WriterObj *self, PyObject *seq) csv_writerow() argument
1338 csv_writerows(WriterObj *self, PyObject *seqseq) csv_writerows() argument
1376 Writer_traverse(WriterObj *self, visitproc visit, void *arg) Writer_traverse() argument
1386 Writer_clear(WriterObj *self) Writer_clear() argument
1395 Writer_dealloc(WriterObj *self) Writer_dealloc() argument
1438 WriterObj * self = PyObject_GC_New(WriterObj, module_state->writer_type); csv_writer() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c133 codecctx_errors_get(MultibyteStatefulCodecContext *self, void *Py_UNUSED(ignored)) in codecctx_errors_get() argument
152 codecctx_errors_set(MultibyteStatefulCodecContext *self, PyObject *value, in codecctx_errors_set() argument
584 _multibytecodec_MultibyteCodec_encode_impl(MultibyteCodecObject *self, in _multibytecodec_MultibyteCodec_encode_impl() argument
653 _multibytecodec_MultibyteCodec_decode_impl(MultibyteCodecObject *self, Py_buffer *input, const char *errors) _multibytecodec_MultibyteCodec_decode_impl() argument
724 multibytecodec_traverse(PyObject *self, visitproc visit, void *arg) multibytecodec_traverse() argument
731 multibytecodec_dealloc(MultibyteCodecObject *self) multibytecodec_dealloc() argument
905 _multibytecodec_MultibyteIncrementalEncoder_encode_impl(MultibyteIncrementalEncoderObject *self, PyObject *input, int final) _multibytecodec_MultibyteIncrementalEncoder_encode_impl() argument
918 _multibytecodec_MultibyteIncrementalEncoder_getstate_impl(MultibyteIncrementalEncoderObject *self) _multibytecodec_MultibyteIncrementalEncoder_getstate_impl() argument
964 _multibytecodec_MultibyteIncrementalEncoder_setstate_impl(MultibyteIncrementalEncoderObject *self, PyLongObject *statelong) _multibytecodec_MultibyteIncrementalEncoder_setstate_impl() argument
1005 _multibytecodec_MultibyteIncrementalEncoder_reset_impl(MultibyteIncrementalEncoderObject *self) _multibytecodec_MultibyteIncrementalEncoder_reset_impl() argument
1033 MultibyteIncrementalEncoderObject *self; mbiencoder_new() local
1074 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) mbiencoder_init() argument
1080 mbiencoder_traverse(MultibyteIncrementalEncoderObject *self, visitproc visit, void *arg) mbiencoder_traverse() argument
1089 mbiencoder_dealloc(MultibyteIncrementalEncoderObject *self) mbiencoder_dealloc() argument
1127 _multibytecodec_MultibyteIncrementalDecoder_decode_impl(MultibyteIncrementalDecoderObject *self, Py_buffer *input, int final) _multibytecodec_MultibyteIncrementalDecoder_decode_impl() argument
1207 _multibytecodec_MultibyteIncrementalDecoder_getstate_impl(MultibyteIncrementalDecoderObject *self) _multibytecodec_MultibyteIncrementalDecoder_getstate_impl() argument
1238 _multibytecodec_MultibyteIncrementalDecoder_setstate_impl(MultibyteIncrementalDecoderObject *self, PyObject *state) _multibytecodec_MultibyteIncrementalDecoder_setstate_impl() argument
1286 _multibytecodec_MultibyteIncrementalDecoder_reset_impl(MultibyteIncrementalDecoderObject *self) _multibytecodec_MultibyteIncrementalDecoder_reset_impl() argument
1308 MultibyteIncrementalDecoderObject *self; mbidecoder_new() local
1349 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) mbidecoder_init() argument
1355 mbidecoder_traverse(MultibyteIncrementalDecoderObject *self, visitproc visit, void *arg) mbidecoder_traverse() argument
1364 mbidecoder_dealloc(MultibyteIncrementalDecoderObject *self) mbidecoder_dealloc() argument
1393 mbstreamreader_iread(MultibyteStreamReaderObject *self, const char *method, Py_ssize_t sizehint) mbstreamreader_iread() argument
1505 _multibytecodec_MultibyteStreamReader_read_impl(MultibyteStreamReaderObject *self, PyObject *sizeobj) _multibytecodec_MultibyteStreamReader_read_impl() argument
1534 _multibytecodec_MultibyteStreamReader_readline_impl(MultibyteStreamReaderObject *self, PyObject *sizeobj) _multibytecodec_MultibyteStreamReader_readline_impl() argument
1563 _multibytecodec_MultibyteStreamReader_readlines_impl(MultibyteStreamReaderObject *self, PyObject *sizehintobj) _multibytecodec_MultibyteStreamReader_readlines_impl() argument
1596 _multibytecodec_MultibyteStreamReader_reset_impl(MultibyteStreamReaderObject *self) _multibytecodec_MultibyteStreamReader_reset_impl() argument
1625 MultibyteStreamReaderObject *self; mbstreamreader_new() local
1668 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) mbstreamreader_init() argument
1674 mbstreamreader_traverse(MultibyteStreamReaderObject *self, visitproc visit, void *arg) mbstreamreader_traverse() argument
1684 mbstreamreader_dealloc(MultibyteStreamReaderObject *self) mbstreamreader_dealloc() argument
1715 mbstreamwriter_iwrite(MultibyteStreamWriterObject *self, PyObject *unistr, PyObject *str_write) mbstreamwriter_iwrite() argument
1742 _multibytecodec_MultibyteStreamWriter_write_impl(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *strobj) _multibytecodec_MultibyteStreamWriter_write_impl() argument
1764 _multibytecodec_MultibyteStreamWriter_writelines_impl(MultibyteStreamWriterObject *self, PyTypeObject *cls, PyObject *lines) _multibytecodec_MultibyteStreamWriter_writelines_impl() argument
1807 _multibytecodec_MultibyteStreamWriter_reset_impl(MultibyteStreamWriterObject *self, PyTypeObject *cls) _multibytecodec_MultibyteStreamWriter_reset_impl() argument
1849 MultibyteStreamWriterObject *self; mbstreamwriter_new() local
1892 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) mbstreamwriter_init() argument
1898 mbstreamwriter_traverse(MultibyteStreamWriterObject *self, visitproc visit, void *arg) mbstreamwriter_traverse() argument
1908 mbstreamwriter_dealloc(MultibyteStreamWriterObject *self) mbstreamwriter_dealloc() argument
1964 MultibyteCodecObject *self; _multibytecodec___create_codec() local
[all...]
/third_party/python/Objects/
H A Dcodeobject.c1667 code_richcompare(PyObject *self, PyObject *other, int op) in code_richcompare() argument
1904 code_replace_impl(PyCodeObject *self, int co_argcount, int co_posonlyargcount, int co_kwonlyargcount, int co_nlocals, int co_stacksize, int co_flags, int co_firstlineno, PyBytesObject *co_code, PyObject *co_consts, PyObject *co_names, PyObject *co_varnames, PyObject *co_freevars, PyObject *co_cellvars, PyObject *co_filename, PyObject *co_name, PyObject *co_qualname, PyBytesObject *co_linetable, PyBytesObject *co_exceptiontable) code_replace_impl() argument
2001 code__varname_from_oparg_impl(PyCodeObject *self, int oparg) code__varname_from_oparg_impl() argument
[all...]
H A Dlistobject.c44 list_resize(PyListObject *self, Py_ssize_t newsize) in list_resize() argument
98 list_preallocate_exact(PyListObject *self, Py_ssize_t size) list_preallocate_exact() argument
279 ins1(PyListObject *self, Py_ssize_t where, PyObject *v) ins1() argument
319 _PyList_AppendTakeRefListResize(PyListObject *self, PyObject *newitem) _PyList_AppendTakeRefListResize() argument
750 list_inplace_repeat(PyListObject *self, Py_ssize_t n) list_inplace_repeat() argument
814 list_insert_impl(PyListObject *self, Py_ssize_t index, PyObject *object) list_insert_impl() argument
829 list_clear_impl(PyListObject *self) list_clear_impl() argument
843 list_copy_impl(PyListObject *self) list_copy_impl() argument
859 list_append(PyListObject *self, PyObject *object) list_append() argument
878 list_extend(PyListObject *self, PyObject *iterable) list_extend() argument
1002 _PyList_Extend(PyListObject *self, PyObject *iterable) _PyList_Extend() argument
1008 list_inplace_concat(PyListObject *self, PyObject *other) list_inplace_concat() argument
1032 list_pop_impl(PyListObject *self, Py_ssize_t index) list_pop_impl() argument
2268 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) list_sort_impl() argument
2553 list_reverse_impl(PyListObject *self) list_reverse_impl() argument
2564 PyListObject *self = (PyListObject *)v; PyList_Reverse() local
2599 list_index_impl(PyListObject *self, PyObject *value, Py_ssize_t start, Py_ssize_t stop) list_index_impl() argument
2639 list_count(PyListObject *self, PyObject *value) list_count() argument
2674 list_remove(PyListObject *self, PyObject *value) list_remove() argument
2776 list___init___impl(PyListObject *self, PyObject *iterable) list___init___impl() argument
2831 list___sizeof___impl(PyListObject *self) list___sizeof___impl() argument
2876 list_subscript(PyListObject* self, PyObject* item) list_subscript() argument
2931 list_ass_subscript(PyListObject* self, PyObject* item, PyObject* value) list_ass_subscript() argument
3359 list___reversed___impl(PyListObject *self) list___reversed___impl() argument
[all...]
H A Dgenobject.c53 _PyGen_Finalize(PyObject *self) in _PyGen_Finalize() argument
115 PyObject *self = (PyObject *) gen; in gen_dealloc() local
[all...]
H A Dobject.c198 PyObject_CallFinalizer(PyObject *self) in PyObject_CallFinalizer() argument
215 PyObject_CallFinalizerFromDealloc(PyObject *self) in PyObject_CallFinalizerFromDealloc() argument
1130 _PyObject_NextNotImplemented(PyObject *self) _PyObject_NextNotImplemented() argument
2102 _Py_GetObjects(PyObject *self, PyObject *args) _Py_GetObjects() argument
[all...]
H A Dabstract.c2910 _PySequence_BytesToCharpArray(PyObject* self) in _PySequence_BytesToCharpArray() argument
H A Dbytearrayobject.c67 _canresize(PyByteArrayObject *self) in _canresize() argument
152 PyByteArray_Size(PyObject *self) in PyByteArray_Size() argument
161 PyByteArray_AsString(PyObject *self) in PyByteArray_AsString() argument
170 PyByteArray_Resize(PyObject *self, Py_ssize_t requested_size) PyByteArray_Resize() argument
288 bytearray_length(PyByteArrayObject *self) bytearray_length() argument
294 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) bytearray_iconcat() argument
321 bytearray_repeat(PyByteArrayObject *self, Py_ssize_t count) bytearray_repeat() argument
338 bytearray_irepeat(PyByteArrayObject *self, Py_ssize_t count) bytearray_irepeat() argument
362 bytearray_getitem(PyByteArrayObject *self, Py_ssize_t i) bytearray_getitem() argument
372 bytearray_subscript(PyByteArrayObject *self, PyObject *index) bytearray_subscript() argument
430 bytearray_setslice_linear(PyByteArrayObject *self, Py_ssize_t lo, Py_ssize_t hi, char *bytes, Py_ssize_t bytes_len) bytearray_setslice_linear() argument
514 bytearray_setslice(PyByteArrayObject *self, Py_ssize_t lo, Py_ssize_t hi, PyObject *values) bytearray_setslice() argument
564 bytearray_setitem(PyByteArrayObject *self, Py_ssize_t i, PyObject *value) bytearray_setitem() argument
593 bytearray_ass_subscript(PyByteArrayObject *self, PyObject *index, PyObject *values) bytearray_ass_subscript() argument
752 bytearray___init___impl(PyByteArrayObject *self, PyObject *arg, const char *encoding, const char *errors) bytearray___init___impl() argument
931 bytearray_repr(PyByteArrayObject *self) bytearray_repr() argument
1030 bytearray_richcompare(PyObject *self, PyObject *other, int op) bytearray_richcompare() argument
1085 bytearray_dealloc(PyByteArrayObject *self) bytearray_dealloc() argument
1126 bytearray_find(PyByteArrayObject *self, PyObject *args) bytearray_find() argument
1132 bytearray_count(PyByteArrayObject *self, PyObject *args) bytearray_count() argument
1144 bytearray_clear_impl(PyByteArrayObject *self) bytearray_clear_impl() argument
1159 bytearray_copy_impl(PyByteArrayObject *self) bytearray_copy_impl() argument
1167 bytearray_index(PyByteArrayObject *self, PyObject *args) bytearray_index() argument
1173 bytearray_rfind(PyByteArrayObject *self, PyObject *args) bytearray_rfind() argument
1179 bytearray_rindex(PyByteArrayObject *self, PyObject *args) bytearray_rindex() argument
1185 bytearray_contains(PyObject *self, PyObject *arg) bytearray_contains() argument
1191 bytearray_startswith(PyByteArrayObject *self, PyObject *args) bytearray_startswith() argument
1197 bytearray_endswith(PyByteArrayObject *self, PyObject *args) bytearray_endswith() argument
1216 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) bytearray_removeprefix_impl() argument
1248 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix) bytearray_removesuffix_impl() argument
1283 bytearray_translate_impl(PyByteArrayObject *self, PyObject *table, PyObject *deletechars) bytearray_translate_impl() argument
1414 bytearray_replace_impl(PyByteArrayObject *self, Py_buffer *old, Py_buffer *new, Py_ssize_t count) bytearray_replace_impl() argument
1438 bytearray_split_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit) bytearray_split_impl() argument
1482 bytearray_partition(PyByteArrayObject *self, PyObject *sep) bytearray_partition() argument
1520 bytearray_rpartition(PyByteArrayObject *self, PyObject *sep) bytearray_rpartition() argument
1549 bytearray_rsplit_impl(PyByteArrayObject *self, PyObject *sep, Py_ssize_t maxsplit) bytearray_rsplit_impl() argument
1583 bytearray_reverse_impl(PyByteArrayObject *self) bytearray_reverse_impl() argument
1623 bytearray_insert_impl(PyByteArrayObject *self, Py_ssize_t index, int item) bytearray_insert_impl() argument
1662 bytearray_append_impl(PyByteArrayObject *self, int item) bytearray_append_impl() argument
1691 bytearray_extend(PyByteArrayObject *self, PyObject *iterable_of_ints) bytearray_extend() argument
1800 bytearray_pop_impl(PyByteArrayObject *self, Py_ssize_t index) bytearray_pop_impl() argument
1841 bytearray_remove_impl(PyByteArrayObject *self, int value) bytearray_remove_impl() argument
1867 bytearray_strip_impl_helper(PyByteArrayObject* self, PyObject* bytes, int striptype) bytearray_strip_impl_helper() argument
1916 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_strip_impl() argument
1934 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_lstrip_impl() argument
1952 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_rstrip_impl() argument
1974 bytearray_decode_impl(PyByteArrayObject *self, const char *encoding, const char *errors) bytearray_decode_impl() argument
1989 bytearray_alloc(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) bytearray_alloc() argument
2008 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) bytearray_join() argument
2026 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends) bytearray_splitlines_impl() argument
2083 bytearray_hex_impl(PyByteArrayObject *self, PyObject *sep, int bytes_per_sep) bytearray_hex_impl() argument
2092 _common_reduce(PyByteArrayObject *self, int proto) _common_reduce() argument
2124 bytearray_reduce_impl(PyByteArrayObject *self) bytearray_reduce_impl() argument
2140 bytearray_reduce_ex_impl(PyByteArrayObject *self, int proto) bytearray_reduce_ex_impl() argument
2153 bytearray_sizeof_impl(PyByteArrayObject *self) bytearray_sizeof_impl() argument
[all...]
H A Dfloatobject.c890 float_is_integer_impl(PyObject *self) in float_is_integer_impl() argument
918 float___trunc___impl(PyObject *self) in float___trunc___impl() argument
931 float___floor___impl(PyObject *self) in float___floor___impl() argument
945 float___ceil___impl(PyObject *self) in float___ceil___impl() argument
1080 float___round___impl(PyObject *self, PyObject *o_ndigits) in float___round___impl() argument
1141 float_conjugate_impl(PyObject *self) float_conjugate_impl() argument
1239 float_hex_impl(PyObject *self) float_hex_impl() argument
1569 float_as_integer_ratio_impl(PyObject *self) float_as_integer_ratio_impl() argument
1720 float___getnewargs___impl(PyObject *self) float___getnewargs___impl() argument
1807 float___format___impl(PyObject *self, PyObject *format_spec) float___format___impl() argument
[all...]
H A Ddescrobject.c284 PyObject *self = args[0]; in method_check_args() local
508 PyObject *self = PyTuple_GET_ITEM(args, 0); in classmethoddescr_call() local
520 wrapperdescr_raw_call(PyWrapperDescrObject *descr, PyObject *self, in wrapperdescr_raw_call() argument
543 PyObject *self, *result; in wrapperdescr_call() local
703 descr_traverse(PyObject *self, visitproc visit, void *arg) descr_traverse() argument
1063 mappingproxy_ior(PyObject *self, PyObject *Py_UNUSED(other)) mappingproxy_ior() argument
1193 mappingproxy_traverse(PyObject *self, visitproc visit, void *arg) mappingproxy_traverse() argument
1272 PyObject *self; global() member
1403 wrapper_traverse(PyObject *self, visitproc visit, void *arg) wrapper_traverse() argument
1450 PyWrapper_New(PyObject *d, PyObject *self) PyWrapper_New() argument
1530 property_getter(PyObject *self, PyObject *getter) property_getter() argument
1540 property_setter(PyObject *self, PyObject *setter) property_setter() argument
1550 property_deleter(PyObject *self, PyObject *deleter) property_deleter() argument
1560 property_set_name(PyObject *self, PyObject *args) property_set_name() argument
1588 property_dealloc(PyObject *self) property_dealloc() argument
1602 property_descr_get(PyObject *self, PyObject *obj, PyObject *type) property_descr_get() argument
1634 property_descr_set(PyObject *self, PyObject *obj, PyObject *value) property_descr_set() argument
1771 property_init_impl(propertyobject *self, PyObject *fget, PyObject *fset, PyObject *fdel, PyObject *doc) property_init_impl() argument
1860 property_traverse(PyObject *self, visitproc visit, void *arg) property_traverse() argument
1872 property_clear(PyObject *self) property_clear() argument
[all...]
H A Dsetobject.c686 frozenset_hash(PyObject *self) in frozenset_hash() argument
1982 set_init(PySetObject *self, PyObject *args, PyObject *kwds) in set_init() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c127 new_statement_cache(pysqlite_Connection *self, pysqlite_state *state, in new_statement_cache() argument
176 pysqlite_connection_init_impl(pysqlite_Connection *self, PyObject *database, in pysqlite_connection_init_impl() argument
296 connection_traverse(pysqlite_Connection *self, visitproc visit, void *arg) connection_traverse() argument
321 connection_clear(pysqlite_Connection *self) connection_clear() argument
335 free_callback_contexts(pysqlite_Connection *self) free_callback_contexts() argument
343 connection_close(pysqlite_Connection *self) connection_close() argument
359 connection_dealloc(pysqlite_Connection *self) connection_dealloc() argument
381 pysqlite_connection_cursor_impl(pysqlite_Connection *self, PyObject *factory) pysqlite_connection_cursor_impl() argument
435 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col, sqlite3_int64 row, int readonly, const char *name) blobopen_impl() argument
498 pysqlite_connection_close_impl(pysqlite_Connection *self) pysqlite_connection_close_impl() argument
552 pysqlite_connection_commit_impl(pysqlite_Connection *self) pysqlite_connection_commit_impl() argument
589 pysqlite_connection_rollback_impl(pysqlite_Connection *self) pysqlite_connection_rollback_impl() argument
904 _pysqlite_drop_unused_cursor_references(pysqlite_Connection* self) _pysqlite_drop_unused_cursor_references() argument
1001 pysqlite_connection_create_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int narg, PyObject *func, int deterministic) pysqlite_connection_create_function_impl() argument
1153 create_window_function_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int num_params, PyObject *aggregate_class) create_window_function_impl() argument
1212 pysqlite_connection_create_aggregate_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, int n_arg, PyObject *aggregate_class) pysqlite_connection_create_aggregate_impl() argument
1389 pysqlite_connection_set_authorizer_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable) pysqlite_connection_set_authorizer_impl() argument
1432 pysqlite_connection_set_progress_handler_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable, int n) pysqlite_connection_set_progress_handler_impl() argument
1468 pysqlite_connection_set_trace_callback_impl(pysqlite_Connection *self, PyTypeObject *cls, PyObject *callable) pysqlite_connection_set_trace_callback_impl() argument
1519 pysqlite_connection_enable_load_extension_impl(pysqlite_Connection *self, int onoff) pysqlite_connection_enable_load_extension_impl() argument
1555 pysqlite_connection_load_extension_impl(pysqlite_Connection *self, const char *extension_name) pysqlite_connection_load_extension_impl() argument
1580 pysqlite_check_thread(pysqlite_Connection* self) pysqlite_check_thread() argument
1595 pysqlite_connection_get_isolation_level(pysqlite_Connection* self, void* unused) pysqlite_connection_get_isolation_level() argument
1606 pysqlite_connection_get_total_changes(pysqlite_Connection* self, void* unused) pysqlite_connection_get_total_changes() argument
1615 pysqlite_connection_get_in_transaction(pysqlite_Connection* self, void* unused) pysqlite_connection_get_in_transaction() argument
1627 pysqlite_connection_set_isolation_level(pysqlite_Connection* self, PyObject* isolation_level, void *Py_UNUSED(ignored)) pysqlite_connection_set_isolation_level() argument
1651 pysqlite_connection_call(pysqlite_Connection *self, PyObject *args, PyObject *kwargs) pysqlite_connection_call() argument
1686 pysqlite_connection_execute_impl(pysqlite_Connection *self, PyObject *sql, PyObject *parameters) pysqlite_connection_execute_impl() argument
1719 pysqlite_connection_executemany_impl(pysqlite_Connection *self, PyObject *sql, PyObject *parameters) pysqlite_connection_executemany_impl() argument
1751 pysqlite_connection_executescript(pysqlite_Connection *self, PyObject *script_obj) pysqlite_connection_executescript() argument
1838 pysqlite_connection_interrupt_impl(pysqlite_Connection *self) pysqlite_connection_interrupt_impl() argument
1866 pysqlite_connection_iterdump_impl(pysqlite_Connection *self) pysqlite_connection_iterdump_impl() argument
1923 pysqlite_connection_backup_impl(pysqlite_Connection *self, pysqlite_Connection *target, int pages, PyObject *progress, const char *name, double sleep) pysqlite_connection_backup_impl() argument
2029 pysqlite_connection_create_collation_impl(pysqlite_Connection *self, PyTypeObject *cls, const char *name, PyObject *callable) pysqlite_connection_create_collation_impl() argument
2092 serialize_impl(pysqlite_Connection *self, const char *name) serialize_impl() argument
2147 deserialize_impl(pysqlite_Connection *self, Py_buffer *data, const char *name) deserialize_impl() argument
2203 pysqlite_connection_enter_impl(pysqlite_Connection *self) pysqlite_connection_enter_impl() argument
2226 pysqlite_connection_exit_impl(pysqlite_Connection *self, PyObject *exc_type, PyObject *exc_value, PyObject *exc_tb) pysqlite_connection_exit_impl() argument
2281 setlimit_impl(pysqlite_Connection *self, int category, int limit) setlimit_impl() argument
2307 getlimit_impl(pysqlite_Connection *self, int category) getlimit_impl() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc398 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in Dealloc() local
406 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcTraverse() local
412 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcClear() local
467 static const Descriptor* _GetDescriptor(PyBaseDescriptor* self) { in _GetDescriptor() argument
471 GetName(PyBaseDescriptor* self, void *closure) GetName() argument
475 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
479 GetFile(PyBaseDescriptor *self, void *closure) GetFile() argument
483 GetConcreteClass(PyBaseDescriptor* self, void *closure) GetConcreteClass() argument
497 GetFieldsByName(PyBaseDescriptor* self, void *closure) GetFieldsByName() argument
501 GetFieldsByCamelcaseName(PyBaseDescriptor* self, void *closure) GetFieldsByCamelcaseName() argument
506 GetFieldsByNumber(PyBaseDescriptor* self, void *closure) GetFieldsByNumber() argument
510 GetFieldsSeq(PyBaseDescriptor* self, void *closure) GetFieldsSeq() argument
514 GetNestedTypesByName(PyBaseDescriptor* self, void *closure) GetNestedTypesByName() argument
518 GetNestedTypesSeq(PyBaseDescriptor* self, void *closure) GetNestedTypesSeq() argument
522 GetExtensionsByName(PyBaseDescriptor* self, void *closure) GetExtensionsByName() argument
526 GetExtensions(PyBaseDescriptor* self, void *closure) GetExtensions() argument
530 GetEnumsSeq(PyBaseDescriptor* self, void *closure) GetEnumsSeq() argument
534 GetEnumTypesByName(PyBaseDescriptor* self, void *closure) GetEnumTypesByName() argument
538 GetEnumValuesByName(PyBaseDescriptor* self, void *closure) GetEnumValuesByName() argument
542 GetOneofsByName(PyBaseDescriptor* self, void *closure) GetOneofsByName() argument
546 GetOneofsSeq(PyBaseDescriptor* self, void *closure) GetOneofsSeq() argument
550 IsExtendable(PyBaseDescriptor *self, void *closure) IsExtendable() argument
558 GetExtensionRanges(PyBaseDescriptor *self, void *closure) GetExtensionRanges() argument
572 GetContainingType(PyBaseDescriptor *self, void *closure) GetContainingType() argument
582 SetContainingType(PyBaseDescriptor *self, PyObject *value, void *closure) SetContainingType() argument
587 GetHasOptions(PyBaseDescriptor *self, void *closure) GetHasOptions() argument
595 SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
600 GetOptions(PyBaseDescriptor *self) GetOptions() argument
604 SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetOptions() argument
609 SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
614 CopyToProto(PyBaseDescriptor *self, PyObject *target) CopyToProto() argument
618 EnumValueName(PyBaseDescriptor *self, PyObject *args) EnumValueName() argument
638 GetSyntax(PyBaseDescriptor *self, void *closure) GetSyntax() argument
740 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
745 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
749 GetName(PyBaseDescriptor *self, void *closure) GetName() argument
753 GetCamelcaseName(PyBaseDescriptor* self, void *closure) GetCamelcaseName() argument
757 GetJsonName(PyBaseDescriptor* self, void *closure) GetJsonName() argument
761 GetFile(PyBaseDescriptor *self, void *closure) GetFile() argument
765 GetType(PyBaseDescriptor *self, void *closure) GetType() argument
769 GetCppType(PyBaseDescriptor *self, void *closure) GetCppType() argument
773 GetLabel(PyBaseDescriptor *self, void *closure) GetLabel() argument
777 GetNumber(PyBaseDescriptor *self, void *closure) GetNumber() argument
781 GetIndex(PyBaseDescriptor *self, void *closure) GetIndex() argument
785 GetID(PyBaseDescriptor *self, void *closure) GetID() argument
789 IsExtension(PyBaseDescriptor *self, void *closure) IsExtension() argument
793 HasDefaultValue(PyBaseDescriptor *self, void *closure) HasDefaultValue() argument
797 GetDefaultValue(PyBaseDescriptor *self, void *closure) GetDefaultValue() argument
864 GetCDescriptor(PyObject *self, void *closure) GetCDescriptor() argument
869 GetEnumType(PyBaseDescriptor *self, void *closure) GetEnumType() argument
878 SetEnumType(PyBaseDescriptor *self, PyObject *value, void *closure) SetEnumType() argument
882 GetMessageType(PyBaseDescriptor *self, void *closure) GetMessageType() argument
891 SetMessageType(PyBaseDescriptor *self, PyObject *value, void *closure) SetMessageType() argument
896 GetContainingType(PyBaseDescriptor *self, void *closure) GetContainingType() argument
906 SetContainingType(PyBaseDescriptor *self, PyObject *value, void *closure) SetContainingType() argument
911 GetExtensionScope(PyBaseDescriptor *self, void *closure) GetExtensionScope() argument
921 GetContainingOneof(PyBaseDescriptor *self, void *closure) GetContainingOneof() argument
931 SetContainingOneof(PyBaseDescriptor *self, PyObject *value, void *closure) SetContainingOneof() argument
936 GetHasOptions(PyBaseDescriptor *self, void *closure) GetHasOptions() argument
944 SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
949 GetOptions(PyBaseDescriptor *self) GetOptions() argument
953 SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetOptions() argument
958 SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
1055 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
1060 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
1064 GetName(PyBaseDescriptor *self, void *closure) GetName() argument
1068 GetFile(PyBaseDescriptor *self, void *closure) GetFile() argument
1072 GetEnumvaluesByName(PyBaseDescriptor* self, void *closure) GetEnumvaluesByName() argument
1076 GetEnumvaluesByNumber(PyBaseDescriptor* self, void *closure) GetEnumvaluesByNumber() argument
1080 GetEnumvaluesSeq(PyBaseDescriptor* self, void *closure) GetEnumvaluesSeq() argument
1084 GetContainingType(PyBaseDescriptor *self, void *closure) GetContainingType() argument
1094 SetContainingType(PyBaseDescriptor *self, PyObject *value, void *closure) SetContainingType() argument
1100 GetHasOptions(PyBaseDescriptor *self, void *closure) GetHasOptions() argument
1108 SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
1113 GetOptions(PyBaseDescriptor *self) GetOptions() argument
1117 SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetOptions() argument
1122 SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
1127 CopyToProto(PyBaseDescriptor *self, PyObject *target) CopyToProto() argument
1210 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
1215 GetName(PyBaseDescriptor *self, void *closure) GetName() argument
1219 GetNumber(PyBaseDescriptor *self, void *closure) GetNumber() argument
1223 GetIndex(PyBaseDescriptor *self, void *closure) GetIndex() argument
1227 GetType(PyBaseDescriptor *self, void *closure) GetType() argument
1231 GetHasOptions(PyBaseDescriptor *self, void *closure) GetHasOptions() argument
1239 SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
1244 GetOptions(PyBaseDescriptor *self) GetOptions() argument
1248 SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetOptions() argument
1253 SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
1321 _GetDescriptor(PyFileDescriptor *self) _GetDescriptor() argument
1325 Dealloc(PyFileDescriptor* self) Dealloc() argument
1330 GetPool(PyFileDescriptor *self, void *closure) GetPool() argument
1337 GetName(PyFileDescriptor *self, void *closure) GetName() argument
1341 GetPackage(PyFileDescriptor *self, void *closure) GetPackage() argument
1345 GetSerializedPb(PyFileDescriptor *self, void *closure) GetSerializedPb() argument
1364 GetMessageTypesByName(PyFileDescriptor* self, void *closure) GetMessageTypesByName() argument
1368 GetEnumTypesByName(PyFileDescriptor* self, void *closure) GetEnumTypesByName() argument
1372 GetExtensionsByName(PyFileDescriptor* self, void *closure) GetExtensionsByName() argument
1376 GetServicesByName(PyFileDescriptor* self, void *closure) GetServicesByName() argument
1380 GetDependencies(PyFileDescriptor* self, void *closure) GetDependencies() argument
1384 GetPublicDependencies(PyFileDescriptor* self, void *closure) GetPublicDependencies() argument
1388 GetHasOptions(PyFileDescriptor *self, void *closure) GetHasOptions() argument
1396 SetHasOptions(PyFileDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
1401 GetOptions(PyFileDescriptor *self) GetOptions() argument
1405 SetOptions(PyFileDescriptor *self, PyObject *value, void *closure) SetOptions() argument
1410 SetSerializedOptions(PyFileDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
1415 GetSyntax(PyFileDescriptor *self, void *closure) GetSyntax() argument
1420 CopyToProto(PyFileDescriptor *self, PyObject *target) CopyToProto() argument
1534 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
1539 GetName(PyBaseDescriptor* self, void *closure) GetName() argument
1543 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
1547 GetIndex(PyBaseDescriptor *self, void *closure) GetIndex() argument
1551 GetFields(PyBaseDescriptor* self, void *closure) GetFields() argument
1555 GetContainingType(PyBaseDescriptor *self, void *closure) GetContainingType() argument
1565 GetHasOptions(PyBaseDescriptor *self, void *closure) GetHasOptions() argument
1573 SetHasOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetHasOptions() argument
1578 GetOptions(PyBaseDescriptor *self) GetOptions() argument
1582 SetOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetOptions() argument
1587 SetSerializedOptions(PyBaseDescriptor *self, PyObject *value, void *closure) SetSerializedOptions() argument
1656 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
1661 GetName(PyBaseDescriptor* self, void *closure) GetName() argument
1665 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
1669 GetFile(PyBaseDescriptor *self, void *closure) GetFile() argument
1673 GetIndex(PyBaseDescriptor *self, void *closure) GetIndex() argument
1677 GetMethods(PyBaseDescriptor* self, void *closure) GetMethods() argument
1681 GetMethodsByName(PyBaseDescriptor* self, void *closure) GetMethodsByName() argument
1685 FindMethodByName(PyBaseDescriptor *self, PyObject* arg) FindMethodByName() argument
1702 GetOptions(PyBaseDescriptor *self) GetOptions() argument
1706 CopyToProto(PyBaseDescriptor *self, PyObject *target) CopyToProto() argument
1783 _GetDescriptor( PyBaseDescriptor *self) _GetDescriptor() argument
1788 GetName(PyBaseDescriptor* self, void *closure) GetName() argument
1792 GetFullName(PyBaseDescriptor* self, void *closure) GetFullName() argument
1796 GetIndex(PyBaseDescriptor *self, void *closure) GetIndex() argument
1800 GetContainingService(PyBaseDescriptor *self, void *closure) GetContainingService() argument
1806 GetInputType(PyBaseDescriptor *self, void *closure) GetInputType() argument
1811 GetOutputType(PyBaseDescriptor *self, void *closure) GetOutputType() argument
1816 GetOptions(PyBaseDescriptor *self) GetOptions() argument
1820 CopyToProto(PyBaseDescriptor *self, PyObject *target) CopyToProto() argument
[all...]
H A Ddescriptor_containers.cc170 static bool _GetItemByKey(PyContainer* self, PyObject* key, const void** item) { in _GetItemByKey() argument
229 _NewKey_ByIndex(PyContainer* self, Py_ssize_t index) _NewKey_ByIndex() argument
256 _NewObj_ByIndex(PyContainer* self, Py_ssize_t index) _NewObj_ByIndex() argument
261 Length(PyContainer* self) Length() argument
267 Subscript(PyContainer* self, PyObject* key) Subscript() argument
279 AssSubscript(PyContainer* self, PyObject* key, PyObject* value) AssSubscript() argument
295 Contains(PyContainer* self, PyObject* key) Contains() argument
307 ContainerRepr(PyContainer* self) ContainerRepr() argument
333 DescriptorSequence_Equal(PyContainer* self, PyObject* other) DescriptorSequence_Equal() argument
377 DescriptorMapping_Equal(PyContainer* self, PyObject* other) DescriptorMapping_Equal() argument
423 RichCompare(PyContainer* self, PyObject* other, int opid) RichCompare() argument
457 Get(PyContainer* self, PyObject* args) Get() argument
475 Keys(PyContainer* self, PyObject* args) Keys() argument
491 Values(PyContainer* self, PyObject* args) Values() argument
507 Items(PyContainer* self, PyObject* args) Items() argument
536 Iter(PyContainer* self) Iter() argument
539 IterKeys(PyContainer* self, PyObject* args) IterKeys() argument
542 IterValues(PyContainer* self, PyObject* args) IterValues() argument
545 IterItems(PyContainer* self, PyObject* args) IterItems() argument
604 GetItem(PyContainer* self, Py_ssize_t index) GetItem() argument
616 SeqSubscript(PyContainer* self, PyObject* item) SeqSubscript() argument
635 Find(PyContainer* self, PyObject* item) Find() argument
674 Index(PyContainer* self, PyObject* item) Index() argument
685 SeqContains(PyContainer* self, PyObject* item) SeqContains() argument
696 Count(PyContainer* self, PyObject* item) Count() argument
705 Append(PyContainer* self, PyObject* args) Append() argument
715 Reversed(PyContainer* self, PyObject* args) Reversed() argument
789 PyContainer* self = PyObject_New(PyContainer, &DescriptorMapping_Type); NewMappingByName() local
801 PyContainer* self = PyObject_New(PyContainer, &DescriptorMapping_Type); NewMappingByCamelcaseName() local
818 PyContainer* self = PyObject_New(PyContainer, &DescriptorMapping_Type); NewMappingByNumber() local
830 PyContainer* self = PyObject_New(PyContainer, &DescriptorSequence_Type); NewSequence() local
842 Iterator_Dealloc(PyContainerIterator* self) Iterator_Dealloc() argument
847 Iterator_Next(PyContainerIterator* self) Iterator_Next() argument
932 PyContainerIterator* self = PyObject_New(PyContainerIterator, NewContainerIterator() local
953 GetDescriptor(PyContainer* self) GetDescriptor() argument
961 Count(PyContainer* self) Count() argument
965 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
969 GetByCamelcaseName(PyContainer* self, ConstStringParam name) GetByCamelcaseName() argument
974 GetByNumber(PyContainer* self, int number) GetByNumber() argument
978 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1039 Count(PyContainer* self) Count() argument
1043 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1047 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1091 Count(PyContainer* self) Count() argument
1095 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1099 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1150 Count(PyContainer* self) Count() argument
1158 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1162 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1214 Count(PyContainer* self) Count() argument
1218 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1222 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1266 Count(PyContainer* self) Count() argument
1270 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1274 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1320 GetDescriptor(PyContainer* self) GetDescriptor() argument
1328 Count(PyContainer* self) Count() argument
1332 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1336 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1340 GetByNumber(PyContainer* self, int number) GetByNumber() argument
1395 GetDescriptor(PyContainer* self) GetDescriptor() argument
1403 Count(PyContainer* self) Count() argument
1407 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1445 GetDescriptor(PyContainer* self) GetDescriptor() argument
1453 Count(PyContainer* self) Count() argument
1457 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1461 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1507 GetDescriptor(PyContainer* self) GetDescriptor() argument
1515 Count(PyContainer* self) Count() argument
1519 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1523 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1563 Count(PyContainer* self) Count() argument
1567 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1571 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1611 Count(PyContainer* self) Count() argument
1615 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1619 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1659 Count(PyContainer* self) Count() argument
1663 GetByName(PyContainer* self, ConstStringParam name) GetByName() argument
1667 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1707 Count(PyContainer* self) Count() argument
1711 GetByIndex(PyContainer* self, int index) GetByIndex() argument
1743 Count(PyContainer* self) Count() argument
1747 GetByIndex(PyContainer* self, int index) GetByIndex() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c363 DescriptorPool* self = _self; in DescriptorPool_mark() local
368 DescriptorPool* self = _self; in DescriptorPool_free() local
388 DescriptorPool* self = ALLOC(DescriptorPool); DescriptorPool_alloc() local
487 Descriptor* self = _self; Descriptor_mark() local
496 Descriptor* self = _self; Descriptor_free() local
513 Descriptor* self = ALLOC(Descriptor); Descriptor_alloc() local
679 FileDescriptor* self = _self; FileDescriptor_mark() local
688 FileDescriptor* self = ALLOC(FileDescriptor); FileDescriptor_alloc() local
766 FieldDescriptor* self = _self; FieldDescriptor_mark() local
782 FieldDescriptor* self = ALLOC(FieldDescriptor); FieldDescriptor_alloc() local
1162 OneofDescriptor* self = _self; OneofDescriptor_mark() local
1178 OneofDescriptor* self = ALLOC(OneofDescriptor); OneofDescriptor_alloc() local
1255 EnumDescriptor* self = _self; EnumDescriptor_mark() local
1265 EnumDescriptor* self = ALLOC(EnumDescriptor); EnumDescriptor_alloc() local
1413 MessageBuilderContext* self = _self; MessageBuilderContext_mark() local
1418 MessageBuilderContext* self = _self; MessageBuilderContext_free() local
1423 MessageBuilderContext* self = ALLOC(MessageBuilderContext); MessageBuilderContext_alloc() local
1856 OneofBuilderContext* self = _self; OneofBuilderContext_mark() local
1865 OneofBuilderContext* self = ALLOC(OneofBuilderContext); OneofBuilderContext_alloc() local
1932 EnumBuilderContext* self = _self; EnumBuilderContext_mark() local
1941 EnumBuilderContext* self = ALLOC(EnumBuilderContext); EnumBuilderContext_alloc() local
2015 FileBuilderContext* self = _self; FileBuilderContext_mark() local
2020 FileBuilderContext* self = _self; FileBuilderContext_free() local
2049 FileBuilderContext* self = ALLOC(FileBuilderContext); FileBuilderContext_alloc() local
2167 Builder* self = _self; Builder_mark() local
2177 Builder* self = ALLOC(Builder); Builder_alloc() local
[all...]
H A Dencode_decode.c408 void MapParseFrame_free(void* self) { in MapParseFrame_free() argument
1313 Map* self; in putmap() local
1785 VALUE Google_Protobuf_discard_unknown(VALUE self, VALUE msg_rb) { in Google_Protobuf_discard_unknown() argument

Completed in 58 milliseconds

1...<<414243444546