Home
last modified time | relevance | path

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

/third_party/boost/libs/mpl/test/
Das_sequence.cpp20 MPL_ASSERT(( is_sequence< as_sequence<int>::type > )); in MPL_TEST_CASE()
21 MPL_ASSERT(( is_sequence< as_sequence<UDT>::type > )); in MPL_TEST_CASE()
22 MPL_ASSERT(( is_sequence< as_sequence< vector<> >::type > )); in MPL_TEST_CASE()
DJamfile.v214 compile as_sequence.cpp ;
/third_party/boost/boost/mpl/
Das_sequence.hpp28 struct as_sequence struct
31 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,as_sequence,(T))
34 BOOST_MPL_AUX_NA_SPEC_NO_ETI(1, as_sequence)
/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/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c935 PySequenceMethods as_sequence; member
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c939 PySequenceMethods as_sequence; member