Searched defs:tuple (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/Index/
H A Dusrs-cxx0x.cpp2 struct tuple { }; struct
4 void f(tuple<int, float, double>);
13 // CHECK: usrs-cxx0x.cpp c:@ST>1#pT@tuple Extent=[1:1 - 2:17]
14 // CHECK: usrs-cxx0x.cpp c:@F@f#$@S@tuple>#p3Ifd# Extent=[4:1 - 4:34]
/external/clang/test/Parser/
H A DPR11000.cpp4 class tuple<> class
7 tuple(allocator_arg_t, const _Alloc&) {} function in class:tuple
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dparameter-matching.cpp31 template<typename ...> struct tuple { }; struct in namespace:rdar8859985
37 X(tuple<Args1...>, int_tuple<Indices1...>);
42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {}
H A Dfixed-expansion.cpp4 template<typename ...Types> struct tuple { }; struct
70 template <typename ...Args> tuple<Args...> &foo(Foo<Args...>);
73 tuple<int, float> &t1 = foo(foo_if);
74 tuple<int, double> &t2 = foo(foo_i);
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/
H A Dindex_tuple.pass.cpp23 #include <tuple>
29 size_t operator()(const tuple<int,int>&) const {return 0;} argument
34 unordered_map<tuple<int,int>, size_t, my_hash> m;
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp9-0x.cpp48 struct tuple { }; struct
51 void accept_tuple(tuple<Types...>);
53 void test_explicit_spec_extension_targs(tuple<int, float, double> t3) {
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp8 template<typename ...Types> struct tuple { }; struct
50 template<typename ...Types> tuple<Types...> f4() {}
52 template tuple<int, float, double> f4();
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR31384.pass.cpp13 // <tuple>
15 // template <class TupleLike> tuple(TupleLike&&); // libc++ extension
18 #include <tuple>
34 struct Derived : std::tuple<T> {
35 using std::tuple<T>::tuple;
37 operator std::tuple<U>() && { ++count; return {}; }
42 struct ExplicitDerived : std::tuple<T> {
43 using std::tuple<T>::tuple;
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dtuple.hpp26 #include <tuple>
29 namespace tuple { namespace in namespace:clover
72 /// Evaluate function \a f with the elements of tuple \a t
92 typedef std::tuple<
105 /// Evaluate function \a f on each element of the tuple \a t and
106 /// return the resulting values as a new tuple.
/external/ImageMagick/coders/
H A Ddebug.c175 tuple[MagickPathExtent];
233 (void) FormatLocaleString(tuple,MagickPathExtent,"%.20g,%.20g,%.20g ",
242 (void) ConcatenateMagickString(tuple,black,MagickPathExtent);
251 (void) ConcatenateMagickString(tuple,alpha,MagickPathExtent);
253 (void) WriteBlobString(image,tuple);
170 tuple[MagickPathExtent]; local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp82 template<typename ...Types> struct tuple { }; struct
85 void pack_not_at_end(tuple<Types...>, Types... values, int);
87 void test_pack_not_at_end(tuple<int*, double*> t2) {
/external/clang/test/SemaTemplate/
H A Ddefault-arguments-cxx0x.cpp30 template <typename T1, typename T2> class tuple { class in namespace:PR16689
33 constexpr tuple() {} function in class:PR16689::tuple
38 auto x = a<tuple<int, int> >();
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSyclTuple.h17 * Minimal implementation of std::tuple that can be used inside a SYCL kernel.
24 namespace tuple { namespace in namespace:utility
37 /// \ztparam Ts... - the types of the elements that the tuple stores.
42 /// \brief specialisation of the \ref Tuple class when the tuple has at least
44 /// \tparam T : the type of the first element in the tuple.
45 /// \tparam Ts... the rest of the elements in the tuple. Ts... can be empty.
55 /// elements inside the tuple
56 /// \tparam size_t the number of elements inside the tuple
57 /// \tparam class the tuple class
62 /// elements inside the tuple i
[all...]
/external/libnetfilter_conntrack/src/conntrack/
H A Dparse.c17 struct __nfct_tuple *tuple,
26 tuple->src.v4 = *(uint32_t *)NFA_DATA(tb[CTA_IP_V4_SRC-1]);
41 tuple->dst.v4 = *(uint32_t *)NFA_DATA(tb[CTA_IP_V4_DST-1]);
56 memcpy(&tuple->src.v6, NFA_DATA(tb[CTA_IP_V6_SRC-1]),
72 memcpy(&tuple->dst.v6, NFA_DATA(tb[CTA_IP_V6_DST-1]),
89 struct __nfct_tuple *tuple,
98 tuple->protonum = *(uint8_t *)NFA_DATA(tb[CTA_PROTO_NUM-1]);
113 tuple->l4src.tcp.port =
129 tuple->l4dst.tcp.port =
145 tuple
16 __parse_ip(const struct nfattr *attr, struct __nfct_tuple *tuple, const int dir, uint32_t *set) argument
88 __parse_proto(const struct nfattr *attr, struct __nfct_tuple *tuple, const int dir, uint32_t *set) argument
181 __parse_tuple(const struct nfattr *attr, struct __nfct_tuple *tuple, int dir, uint32_t *set) argument
[all...]
H A Dsnprintf_xml.c68 const struct __nfct_tuple *tuple,
72 .s_addr = (type == __ADDR_SRC) ? tuple->src.v4 : tuple->dst.v4,
80 const struct __nfct_tuple *tuple,
85 const void *p = (type == __ADDR_SRC) ? &tuple->src.v6 : &tuple->dst.v6;
96 const struct __nfct_tuple *tuple,
106 switch (tuple->l3protonum) {
108 ret = __snprintf_ipv4_xml(buf+offset, len, tuple, type);
112 ret = __snprintf_ipv6_xml(buf+offset, len, tuple, typ
66 __snprintf_ipv4_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, unsigned int type) argument
78 __snprintf_ipv6_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, unsigned int type) argument
95 __snprintf_addr_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, enum __nfct_addr type) argument
123 __snprintf_proto_xml(char *buf, unsigned int len, const struct __nfct_tuple *tuple, enum __nfct_addr type) argument
291 const struct __nfct_tuple *tuple = NULL; local
[all...]
/external/libnl/src/lib/
H A Dexp.c97 void nl_cli_exp_parse_src(struct nfnl_exp *exp, int tuple, char *arg) argument
101 if ((err = nfnl_exp_set_src(exp, tuple, a)) < 0)
106 void nl_cli_exp_parse_dst(struct nfnl_exp *exp, int tuple, char *arg) argument
110 if ((err = nfnl_exp_set_dst(exp, tuple, a)) < 0)
115 void nl_cli_exp_parse_l4protonum(struct nfnl_exp *exp, int tuple, char *arg) argument
124 nfnl_exp_set_l4protonum(exp, tuple, l4protonum);
127 void nl_cli_exp_parse_src_port(struct nfnl_exp *exp, int tuple, char *arg) argument
130 uint16_t dport = nfnl_exp_get_dst_port(exp, tuple);
131 nfnl_exp_set_ports(exp, tuple, sport, dport);
134 void nl_cli_exp_parse_dst_port(struct nfnl_exp *exp, int tuple, cha argument
141 nl_cli_exp_parse_icmp_id(struct nfnl_exp *exp, int tuple, char *arg) argument
149 nl_cli_exp_parse_icmp_type(struct nfnl_exp *exp, int tuple, char *arg) argument
157 nl_cli_exp_parse_icmp_code(struct nfnl_exp *exp, int tuple, char *arg) argument
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
3160 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
3162 typedef ::std::tr1::tuple<T1, T2> ParamType;
3275 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3407 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3558 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3726 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tuple which is
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType;
3729 : public ParamGeneratorInterface< ::testing::tuple<T
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tuple which is
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType;
3729 : public ParamGeneratorInterface< ::testing::tuple<T
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
2836 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2838 typedef ::std::tr1::tuple<T1, T2> ParamType;
2951 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2953 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3083 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3085 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3234 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3236 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3402 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
3160 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
3162 typedef ::std::tr1::tuple<T1, T2> ParamType;
3275 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3407 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3558 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3726 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h41 // by the maximum arity of the implementation of tr1::tuple which is
2837 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2839 typedef ::std::tr1::tuple<T1, T2> ParamType;
2952 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2954 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3084 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3086 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3235 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3237 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3403 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
2839 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
2841 typedef ::std::tr1::tuple<T1, T2> ParamType;
2954 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
2956 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3086 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3088 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3237 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3239 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3405 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tuple which is
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3165 typedef ::testing::tuple<T1, T2> ParamType;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3280 typedef ::testing::tuple<T1, T2, T3> ParamType;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3412 typedef ::testing::tuple<T1, T2, T3, T4> ParamType;
3561 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4, T5> > {
3563 typedef ::testing::tuple<T1, T2, T3, T4, T5> ParamType;
3729 : public ParamGeneratorInterface< ::testing::tuple<T
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util-generated.h43 // by the maximum arity of the implementation of tr1::tuple which is
3160 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2> > {
3162 typedef ::std::tr1::tuple<T1, T2> ParamType;
3275 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3> > {
3277 typedef ::std::tr1::tuple<T1, T2, T3> ParamType;
3407 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4> > {
3409 typedef ::std::tr1::tuple<T1, T2, T3, T4> ParamType;
3558 : public ParamGeneratorInterface< ::std::tr1::tuple<T1, T2, T3, T4, T5> > {
3560 typedef ::std::tr1::tuple<T1, T2, T3, T4, T5> ParamType;
3726 : public ParamGeneratorInterface< ::std::tr1::tuple<T
[all...]

Completed in 982 milliseconds

12345