/third_party/boost/libs/mpl/test/ |
D | joint_view.cpp | 52 test_is_empty< joint_view< list0<>,list0<> > >(); in MPL_TEST_CASE() 53 test_is_empty< joint_view< list<>,list0<> > >(); in MPL_TEST_CASE() 55 test_is_empty< joint_view< list<>, joint_view< list0<>,list0<> > > >(); in MPL_TEST_CASE()
|
D | push_front.cpp | 32 typedef push_front<list0<>,long>::type res1; in MPL_TEST_CASE() 44 MPL_ASSERT(( has_push_front< list0<> > )); in MPL_TEST_CASE() 47 MPL_ASSERT_NOT(( has_push_back< list0<> > )); in MPL_TEST_CASE()
|
D | insert_range.cpp | 41 typedef insert_range< list0<>,end< list0<> >::type,list1<int> >::type result2; in MPL_TEST_CASE()
|
D | list.cpp | 26 typedef list0<> l0; in MPL_TEST_CASE() 61 typedef list0<> l0; in MPL_TEST_CASE()
|
D | empty.cpp | 21 MPL_ASSERT(( empty< list0<> > )); in MPL_TEST_CASE()
|
D | remove_if.cpp | 49 , mpl::front_inserter< list0<> > in MPL_TEST_CASE()
|
D | copy_if.cpp | 49 , mpl::front_inserter< list0<> > in MPL_TEST_CASE()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | eq.go | 56 if len(n.list0) != len(o.list0) { 59 for i, x := range n.list0 { 60 if !x.AsExpr().Eq(o.list0[i].AsExpr()) { 77 for _, x := range n.list0 {
|
D | ast.go | 186 list0 []*Node member 256 func (n *Raw) SubLists() [3][]*Node { return [3][]*Node{n.list0, n.list1, n.list2} } 341 func (n *Expr) Args() []*Node { return n.list0 } 375 list0: args, 390 func (n *Assert) Args() []*Node { return n.list0 } 398 list0: args, 520 func (n *Iterate) Assigns() []*Node { return n.list0 } 534 list0: assigns, 907 func (n *Struct) Fields() []*Node { return n.list0 } 916 list0: fields, [all …]
|
D | string.go | 68 for i, o := range n.list0 { 92 for i, o := range n.list0 { 123 for i, o := range n.list0 {
|
/third_party/boost/boost/mpl/list/ |
D | list0.hpp | 32 template< typename Dummy = na > struct list0; 34 template<> struct list0<na> struct
|
/third_party/mindspore/tests/ut/cpp/transform/ |
D | graph_runner_test.cc | 141 std::initializer_list<int64_t> list0{2, 1, 2, 2}; in TEST_F() local 142 MeTensorPtr init_tensor_ptr = MakeTensor(kF32, list0); in TEST_F() 181 std::initializer_list<int64_t> list0{2, 1, 2, 2}; in TEST_F() local 182 dict.emplace("x1", MakeTensor(kF32, list0)); in TEST_F() 219 std::initializer_list<int64_t> list0{2, 1, 2, 2}; in TEST_F() local 220 dict.emplace("x1", MakeTensor(kF32, list0)); in TEST_F()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 49 int list0, int list1) in mc_part() argument 51 if ((sl->pwt.use_weight == 2 && list0 && list1 && in mc_part() 57 weight_avg[1], list0, list1, PIXEL_SHIFT, CHROMA_IDC); in mc_part() 61 chroma_avg, list0, list1, PIXEL_SHIFT, CHROMA_IDC); in mc_part()
|
D | h264_mb.c | 54 int height, int y_offset, int list0, in get_lowest_part_y() argument 61 if (list0) { in get_lowest_part_y() 331 int list0, int list1, in mc_part_std() argument 351 if (list0) { in mc_part_std() 381 int list0, int list1, in mc_part_weighted() argument 405 if (list0 && list1) { in mc_part_weighted()
|
/third_party/boost/boost/parameter/aux_/ |
D | set.hpp | 55 typedef ::boost::mpl::list0<> set0;
|
/third_party/boost/libs/fusion/test/functional/ |
D | invoke_function_object.cpp | 248 typedef fusion::list<> list0; in main() typedef 253 list0 l0; in main()
|
D | invoke_procedure.cpp | 368 typedef fusion::list<> list0; in main() typedef 373 list0 l0; in main()
|
/third_party/boost/libs/hana/test/ext/boost/mpl/list/ |
D | iterable.cpp | 77 BOOST_HANA_CONSTANT_CHECK(hana::is_empty(mpl::list0<>{})); in main()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | size.rst | 97 typedef list0<> empty_list;
|
/third_party/boost/boost/bind/ |
D | bind_cc.hpp | 16 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) () BOOST_BIND_NOEXCEPT, _bi::list0> 20 typedef _bi::list0 list_type; in BOOST_BIND()
|
/third_party/boost/libs/units/test/ |
D | test_predicates.cpp | 57 BOOST_MPL_ASSERT_NOT((bu::is_dimension_list<boost::mpl::list0<> >)); in main()
|
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | list.hpp | 31 : list0< > 33 typedef list0< >::type type;
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/ |
D | list.hpp | 31 : list0< > 33 typedef list0< >::type type;
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/ |
D | list.hpp | 31 : list0< > 33 typedef list0< >::type type;
|
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | list.hpp | 31 : list0< > 33 typedef list0< >::type type;
|