/third_party/boost/boost/fusion/tuple/detail/preprocessed/ |
D | tuple50.hpp | 12 …struct tuple : vector<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T1… struct 16 base_type; 17 BOOST_FUSION_GPU_ENABLED tuple() in tuple() argument 19 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() argument 23 tuple(std::pair<U1, U2> const& rhs) in tuple() argument 27 tuple(typename detail::call_param<T0 >::type arg0) in tuple() argument 31 tuple(tuple<U0> const& rhs) in tuple() function 35 tuple& operator=(tuple<U0> const& rhs) in operator =() 41 tuple(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in tuple() function 45 tuple(tuple<U0 , U1> const& rhs) in tuple() function [all …]
|
D | tuple40.hpp | 12 …struct tuple : vector<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T1… struct 16 base_type; 17 BOOST_FUSION_GPU_ENABLED tuple() in tuple() argument 19 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() argument 23 tuple(std::pair<U1, U2> const& rhs) in tuple() function 27 tuple(typename detail::call_param<T0 >::type arg0) in tuple() function 31 tuple(tuple<U0> const& rhs) in tuple() function 35 tuple& operator=(tuple<U0> const& rhs) in operator =() 41 tuple(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in tuple() function 45 tuple(tuple<U0 , U1> const& rhs) in tuple() argument [all …]
|
D | tuple30.hpp | 12 …struct tuple : vector<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T1… struct 16 base_type; 17 BOOST_FUSION_GPU_ENABLED tuple() in tuple() argument 19 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() argument 23 tuple(std::pair<U1, U2> const& rhs) in tuple() argument 27 tuple(typename detail::call_param<T0 >::type arg0) in tuple() argument 31 tuple(tuple<U0> const& rhs) in tuple() argument 35 tuple& operator=(tuple<U0> const& rhs) in operator =() 41 tuple(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in tuple() argument 45 tuple(tuple<U0 , U1> const& rhs) in tuple() argument [all …]
|
D | tuple20.hpp | 12 …struct tuple : vector<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T1… struct 16 base_type; 17 BOOST_FUSION_GPU_ENABLED tuple() in tuple() function 19 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() function 23 tuple(std::pair<U1, U2> const& rhs) in tuple() argument 27 tuple(typename detail::call_param<T0 >::type arg0) in tuple() function 31 tuple(tuple<U0> const& rhs) in tuple() function 35 tuple& operator=(tuple<U0> const& rhs) in operator =() 41 tuple(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in tuple() argument 45 tuple(tuple<U0 , U1> const& rhs) in tuple() argument [all …]
|
D | tuple10.hpp | 12 struct tuple : vector<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> struct 16 base_type; 17 BOOST_FUSION_GPU_ENABLED tuple() in tuple() function 19 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() function 23 tuple(std::pair<U1, U2> const& rhs) in tuple() function 27 tuple(typename detail::call_param<T0 >::type arg0) in tuple() function 31 tuple(tuple<U0> const& rhs) in tuple() function 35 tuple& operator=(tuple<U0> const& rhs) in operator =() 41 tuple(typename detail::call_param<T0 >::type arg0 , typename detail::call_param<T1 >::type arg1) in tuple() argument 45 tuple(tuple<U0 , U1> const& rhs) in tuple() function [all …]
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 517 struct tuple<> struct 529 struct tuple<A, nil_t, nil_t, struct 547 typedef A a_type; 549 tuple() {} in tuple() function 551 tuple( in tuple() argument 556 tuple(TupleT const& init) in tuple() function 560 A a; 569 struct tuple<A, B, nil_t, struct 587 typedef A a_type; typedef B b_type; 589 tuple() {} in tuple() function [all …]
|
/third_party/boost/boost/fusion/tuple/ |
D | tuple.hpp | 37 struct tuple struct 46 > base; 49 BOOST_DEFAULTED_FUNCTION(tuple(), {}) in tuple() function 68 tuple(tuple<U...>&& other) in tuple() argument 80 tuple(U&&... args) in tuple() function 85 tuple(std::pair<U1, U2> const& other) in tuple() argument 90 tuple(std::pair<U1, U2>&& other) in tuple() argument 95 tuple& operator=(U&& rhs) in operator =()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | tuple.hpp | 79 struct __declspec(empty_bases) tuple<> final struct 86 constexpr tuple() { } in tuple() function 87 using hana_tag = tuple_tag; argument 92 struct __declspec(empty_bases) tuple final struct 99 basic_tuple<Xn...> storage_; argument 100 using hana_tag = tuple_tag; argument 104 … explicit constexpr tuple(detail::from_index_sequence_t, std::index_sequence<n...>, Other&& other) in tuple() argument 112 constexpr tuple() in tuple() argument 119 constexpr tuple(Xn const& ...xn) in tuple() argument 127 constexpr tuple(Yn&& ...yn) in tuple() function [all …]
|
/third_party/boost/boost/hana/ |
D | tuple.hpp | 79 struct __declspec(empty_bases) tuple<> final struct 86 constexpr tuple() { } in tuple() function 87 using hana_tag = tuple_tag; argument 92 struct __declspec(empty_bases) tuple final struct 99 basic_tuple<Xn...> storage_; argument 100 using hana_tag = tuple_tag; argument 104 … explicit constexpr tuple(detail::from_index_sequence_t, std::index_sequence<n...>, Other&& other) in tuple() argument 112 constexpr tuple() in tuple() argument 119 constexpr tuple(Xn const& ...xn) in tuple() function 127 constexpr tuple(Yn&& ...yn) in tuple() argument [all …]
|
/third_party/boost/boost/fusion/tuple/detail/ |
D | tuple.hpp | 45 struct tuple : vector<BOOST_PP_ENUM_PARAMS(FUSION_MAX_VECTOR_SIZE, T)> struct 49 base_type; 51 BOOST_FUSION_GPU_ENABLED tuple() in tuple() argument 54 BOOST_FUSION_GPU_ENABLED tuple(tuple const& rhs) in tuple() argument 59 tuple(std::pair<U1, U2> const& rhs) in tuple() function 66 tuple& operator=(T const& rhs) in operator =() 73 tuple& operator=(tuple const& rhs) in operator =() 81 tuple& operator=(std::pair<U1, U2> const& rhs) in operator =()
|
/third_party/boost/boost/preprocessor/tuple/ |
D | pop_front.hpp | 29 # define BOOST_PP_TUPLE_POP_FRONT(tuple) \ argument 39 # define BOOST_PP_TUPLE_POP_FRONT_EXEC(tuple) \ argument 43 # define BOOST_PP_TUPLE_POP_FRONT_RETURN(tuple) tuple argument 47 # define BOOST_PP_TUPLE_POP_FRONT_Z(z, tuple) \ argument 57 # define BOOST_PP_TUPLE_POP_FRONT_Z_EXEC(z, tuple) \ argument 61 # define BOOST_PP_TUPLE_POP_FRONT_Z_RETURN(z, tuple) tuple argument
|
D | pop_back.hpp | 28 # define BOOST_PP_TUPLE_POP_BACK(tuple) \ argument 38 # define BOOST_PP_TUPLE_POP_BACK_EXEC(tuple) \ argument 42 # define BOOST_PP_TUPLE_POP_BACK_RETURN(tuple) tuple argument 46 # define BOOST_PP_TUPLE_POP_BACK_Z(z, tuple) \ argument 56 # define BOOST_PP_TUPLE_POP_BACK_Z_EXEC(z, tuple) \ argument 60 # define BOOST_PP_TUPLE_POP_BACK_Z_RETURN(z, tuple) tuple argument
|
D | remove.hpp | 28 # define BOOST_PP_TUPLE_REMOVE(tuple, i) \ argument 38 # define BOOST_PP_TUPLE_REMOVE_EXEC(tuple, i) \ argument 42 # define BOOST_PP_TUPLE_REMOVE_RETURN(tuple, i) tuple argument 46 # define BOOST_PP_TUPLE_REMOVE_D(d, tuple, i) \ argument 56 # define BOOST_PP_TUPLE_REMOVE_D_EXEC(d, tuple, i) \ argument 60 # define BOOST_PP_TUPLE_REMOVE_D_RETURN(d, tuple, i) tuple argument
|
D | to_array.hpp | 29 # define BOOST_PP_TUPLE_TO_ARRAY_1(tuple) (BOOST_PP_TUPLE_SIZE(tuple), tuple) argument 32 # define BOOST_PP_TUPLE_TO_ARRAY_1(tuple) (BOOST_PP_VARIADIC_SIZE tuple, tuple) argument 34 # define BOOST_PP_TUPLE_TO_ARRAY_2(size, tuple) (size, tuple) argument 36 # define BOOST_PP_TUPLE_TO_ARRAY(size, tuple) (size, tuple) argument
|
/third_party/boost/boost/vmd/detail/ |
D | is_empty_tuple.hpp | 18 #define BOOST_VMD_DETAIL_IS_EMPTY_TUPLE_CEM(tuple) \ argument 22 #define BOOST_VMD_DETAIL_IS_EMPTY_TUPLE_SIZE(tuple) \ argument 35 #define BOOST_VMD_DETAIL_IS_EMPTY_TUPLE_SIZE_D(d,tuple) \ argument 48 #define BOOST_VMD_DETAIL_IS_EMPTY_TUPLE(tuple) \ argument 61 #define BOOST_VMD_DETAIL_IS_EMPTY_TUPLE_D(d,tuple) \ argument
|
D | array.hpp | 22 #define BOOST_VMD_DETAIL_ARRAY_CHECK_FOR_ARRAY(tuple) \ argument 42 #define BOOST_VMD_DETAIL_ARRAY_CHECK_FOR_ARRAY_D(d,tuple) \ argument 63 #define BOOST_VMD_DETAIL_ARRAY_PROCESS(tuple) \ argument 80 #define BOOST_VMD_DETAIL_ARRAY_PROCESS_D(d,tuple) \ argument 112 #define BOOST_VMD_DETAIL_ARRAY_BEGIN_CHECK_FOR_ARRAY(tuple) \ argument 120 #define BOOST_VMD_DETAIL_ARRAY_BEGIN_CHECK_FOR_ARRAY_D(d,tuple) \ argument 128 #define BOOST_VMD_DETAIL_ARRAY_BEGIN_TUPLE(tuple) \ argument 138 #define BOOST_VMD_DETAIL_ARRAY_BEGIN_TUPLE_D(d,tuple) \ argument
|
D | is_array_common.hpp | 23 #define BOOST_VMD_DETAIL_IS_ARRAY_SYNTAX(tuple) \ argument 36 #define BOOST_VMD_DETAIL_IS_ARRAY_SYNTAX_D(d,tuple) \ argument 63 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_EMPTY(tuple) \ argument 67 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_EMPTY_D(d,tuple) \ argument 71 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMERIC_MATCH(tuple) \ argument 81 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMERIC_MATCH_D(d,tuple) \ argument 97 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMERIC(tuple) \ argument 110 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMERIC_D(d,tuple) \ argument 123 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMBER(tuple) \ argument 136 #define BOOST_VMD_DETAIL_IS_ARRAY_CHECK_NUMBER_D(d,tuple) \ argument [all …]
|
/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_multi_index_utility.cpp | 35 constexpr auto tuple = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local 43 constexpr auto tuple = std::make_tuple(_a,_b,_,_c,_d); in BOOST_AUTO_TEST_CASE() local 74 constexpr auto tuple = std::make_tuple(_a); in BOOST_AUTO_TEST_CASE() local 80 constexpr auto tuple = std::make_tuple(_a,_,_b); in BOOST_AUTO_TEST_CASE() local 86 constexpr auto tuple = std::make_tuple(_a,_,_b,_b); in BOOST_AUTO_TEST_CASE() local 92 constexpr auto tuple = std::make_tuple(_c,_a,_,_b,_b); in BOOST_AUTO_TEST_CASE() local 98 constexpr auto tuple = std::make_tuple(_c,_a,_,_b); in BOOST_AUTO_TEST_CASE() local 104 constexpr auto tuple = std::make_tuple(_,_c,_a,_,_b); in BOOST_AUTO_TEST_CASE() local 110 constexpr auto tuple = std::make_tuple(_,_c,_a,_,_b,_); in BOOST_AUTO_TEST_CASE() local 274 constexpr auto tuple = std::make_tuple(_); in BOOST_AUTO_TEST_CASE() local [all …]
|
/third_party/libnl/lib/netfilter/ |
D | exp_obj.c | 173 static void dump_icmp(struct nl_dump_params *p, struct nfnl_exp *exp, int tuple) in dump_icmp() 617 static int exp_get_src_attr(int tuple) in exp_get_src_attr() 639 static int exp_get_dst_attr(int tuple) in exp_get_dst_attr() 681 int nfnl_exp_set_src(struct nfnl_exp *exp, int tuple, struct nl_addr *addr) in nfnl_exp_set_src() 688 int nfnl_exp_set_dst(struct nfnl_exp *exp, int tuple, struct nl_addr *addr) in nfnl_exp_set_dst() 695 int nfnl_exp_test_src(const struct nfnl_exp *exp, int tuple) in nfnl_exp_test_src() 700 int nfnl_exp_test_dst(const struct nfnl_exp *exp, int tuple) in nfnl_exp_test_dst() 705 struct nl_addr *nfnl_exp_get_src(const struct nfnl_exp *exp, int tuple) in nfnl_exp_get_src() 714 struct nl_addr *nfnl_exp_get_dst(const struct nfnl_exp *exp, int tuple) in nfnl_exp_get_dst() 723 static int exp_get_l4protonum_attr(int tuple) in exp_get_l4protonum_attr() [all …]
|
/third_party/boost/boost/python/ |
D | tuple.hpp | 32 class tuple : public detail::tuple_base class 36 tuple() {} in tuple() function in boost::python::tuple 39 explicit tuple(T const& sequence) in tuple() function in boost::python::tuple
|
/third_party/boost/boost/log/utility/manipulators/ |
D | tuple.hpp | 86 tuple_manipulator(TupleT const& tuple, stored_delimiter_type delimiter) BOOST_NOEXCEPT : in tuple_manipulator() 132 explicit tuple_manipulator(TupleT const& tuple) BOOST_NOEXCEPT : in tuple_manipulator() 170 >::type tuple_manip(TupleT const& tuple, DelimiterT delimiter) BOOST_NOEXCEPT in tuple_manip() 188 >::type tuple_manip(TupleT const& tuple, DelimiterT const& delimiter) BOOST_NOEXCEPT in tuple_manip() 203 inline tuple_manipulator< TupleT, DelimiterElementT* > tuple_manip(TupleT const& tuple, DelimiterEl… in tuple_manip() 217 inline tuple_manipulator< TupleT, void > tuple_manip(TupleT const& tuple) BOOST_NOEXCEPT in tuple_manip()
|
/third_party/typescript/tests/baselines/reference/ |
D | for-of36.js | 2 var tuple: [string, boolean] = ["", true]; variable 8 var tuple = ["", true]; variable
|
D | assignmentRestElementWithErrorSourceType.js | 2 var tuple: [string, number]; variable 6 var tuple; variable
|
D | ES5For-ofTypeCheck3.js | 2 var tuple: [string, number] = ["", 0]; variable 6 var tuple = ["", 0]; variable
|
/third_party/libnl/src/lib/ |
D | exp.c | 98 void nl_cli_exp_parse_src(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_src() 107 void nl_cli_exp_parse_dst(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_dst() 116 void nl_cli_exp_parse_l4protonum(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_l4protonum() 128 void nl_cli_exp_parse_src_port(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_src_port() 135 void nl_cli_exp_parse_dst_port(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_dst_port() 142 void nl_cli_exp_parse_icmp_id(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_icmp_id() 150 void nl_cli_exp_parse_icmp_type(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_icmp_type() 158 void nl_cli_exp_parse_icmp_code(struct nfnl_exp *exp, int tuple, char *arg) in nl_cli_exp_parse_icmp_code()
|