Home
last modified time | relevance | path

Searched refs:as_sequence (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h283 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member
/third_party/python/Objects/
Dtypeobject.c2756 type->tp_as_sequence = &et->as_sequence; in type_new_alloc()
3491 type->tp_as_sequence = &res->as_sequence; in PyType_FromModuleAndSpec()
7882 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)
8107 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) { in slotptr()
8109 offset -= offsetof(PyHeapTypeObject, as_sequence); in slotptr()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c939 PySequenceMethods as_sequence; member