Searched refs:as_sequence (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/mpl/test/ |
D | as_sequence.cpp | 20 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()
|
D | Jamfile.v2 | 14 compile as_sequence.cpp ;
|
/third_party/boost/boost/mpl/ |
D | as_sequence.hpp | 28 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/ |
D | object.h | 283 PySequenceMethods as_sequence; /* as_sequence comes after as_mapping, member
|
/third_party/python/Objects/ |
D | typeobject.c | 2756 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/ |
D | libwebp_python_wrap.c | 935 PySequenceMethods as_sequence; member
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 939 PySequenceMethods as_sequence; member
|