| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auto/ |
| H A D | meta_create.hpp | 85 right_type; typedef 89 , proto::result_of::make_expr<OpTag, left_type, right_type> 90 , mpl::identity<right_type> 98 typedef spirit::traits::meta_create<Domain, T> right_type; in operator ()() typedef 99 return right_type::call(); in operator ()() 107 typedef spirit::traits::meta_create<Domain, T1> right_type; in operator ()() typedef 108 return proto::make_expr<OpTag>(t2, right_type::call()); in operator ()() 134 right_type; typedef 138 , proto::result_of::make_expr<OpTag, left_type, right_type> 139 , mpl::identity<right_type> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | number.hpp | 761 typedef typename Exp::right_type right_type; in do_assign() typedef 764 static int const right_depth = right_type::depth; in do_assign() 777 do_add(e.right(), typename right_type::tag_type()); in do_assign() 787 do_add(e.right(), typename right_type::tag_type()); in do_assign() 791 do_assign(e.right(), typename right_type::tag_type()); in do_assign() 799 typedef typename Exp::right_type right_type; in do_assign() typedef 802 static int const right_depth = right_type::depth; in do_assign() 815 do_subtract(e.right(), typename right_type::tag_type()); in do_assign() 826 do_subtract(e.right(), typename right_type::tag_type()); in do_assign() 830 do_assign(e.right(), typename right_type::tag_type()); in do_assign() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/ |
| H A D | erase.hpp | 95 typedef iterator_range<last_type, seq_last_type> right_type; typedef 96 typedef joint_view<left_type, right_type> type; 111 typedef typename result_of::right_type right_type; in erase() typedef 117 right_type right( in erase() 130 typedef typename result_of::right_type right_type; in erase() typedef 134 right_type right(last, fusion::end(seq)); in erase()
|
| H A D | insert_range.hpp | 31 typedef iterator_range<pos_type, last_type> right_type; typedef 33 typedef joint_view<left_insert_type, right_type> type; 44 typedef typename result_of::right_type right_type; in insert_range() typedef 49 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert_range()
|
| H A D | insert.hpp | 35 typedef iterator_range<pos_type, last_type> right_type; typedef 38 typedef joint_view<left_insert_type, right_type> type; 55 typedef typename result_of::right_type right_type; in insert() typedef 61 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | number_base.hpp | 548 typedef typename arg_type<Arg2>::type right_type; typedef 550 typedef typename right_type::result_type right_result_type; 557 right_type right()const { return right_type(arg2); } in right() 613 static const unsigned right_depth = right_type::depth + 1; 627 typedef typename arg_type<Arg3>::type right_type; typedef 630 typedef typename right_type::result_type right_result_type; 641 right_type right()const { return right_type(arg3); } in right() 699 static const unsigned right_depth = right_type::depth + 1; 715 typedef typename arg_type<Arg4>::type right_type; typedef 719 typedef typename right_type::result_type right_result_type; [all …]
|
| H A D | et_ops.hpp | 103 …ame detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> >::type 106 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V>(b.left(), b.… in operator +() 110 …ame detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> >::type 113 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V>(a.left(), a.… in operator +() 116 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> > 119 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >… in operator +() 122 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> > 125 …tail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, number<B, ET> >… in operator +() 132 …e detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> > >::type 135 … typename detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::right_type, V> > in operator -() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | meta_compiler.hpp | 296 right_type; typedef 297 typedef generator<left_type, right_type> result_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/ |
| H A D | difference.hpp | 39 typedef Right right_type; typedef
|
| H A D | list.hpp | 42 typedef Right right_type; typedef
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 5634 u8 right_type; in is_extent_unchanged() local 5705 right_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged() 5706 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged() 5707 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5712 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5737 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
|