Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h247 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member
/third_party/python/Objects/
H A Dtypeobject.c2768 type->tp_as_sequence = &et->as_sequence; in type_new_alloc()
3515 type->tp_as_sequence = &res->as_sequence; in PyType_FromModuleAndSpec()
8015 ETSLOT(NAME, as_sequence.SLOT, FUNCTION, WRAPPER, DOC)
8240 if ((size_t)offset >= offsetof(PyHeapTypeObject, as_sequence)) { in slotptr()
8242 offset -= offsetof(PyHeapTypeObject, as_sequence); in slotptr()
8714 preferred. In particular, because as_mapping comes before as_sequence,
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c939 PySequenceMethods as_sequence; member

Completed in 21 milliseconds