HomeSort by relevance Sort by last modified time
    Searched defs:tuple (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/test/Index/
usrs-cxx0x.cpp 2 struct tuple { }; struct
4 void f(tuple<int, float, double>);
7 // CHECK: usrs-cxx0x.cpp c:@ST>1#pT@tuple Extent=[1:1 - 2:17]
8 // CHECK: usrs-cxx0x.cpp c:@F@f#$@S@tuple>#p3Ifd# Extent=[4:1 - 4:34]
  /external/clang/test/Parser/
PR11000.cpp 4 class tuple<> class
7 tuple(allocator_arg_t, const _Alloc&) {} function in class:tuple
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp 31 template<typename ...> struct tuple { }; struct in namespace:rdar8859985
37 X(tuple<Args1...>, int_tuple<Indices1...>);
42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {}
fixed-expansion.cpp 4 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/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 48 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/
mangle-variadic-templates.cpp 8 template<typename ...Types> struct tuple { }; struct
49 template<typename ...Types> tuple<Types...> f4() {}
51 template tuple<int, float, double> f4();
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p1-0x.cpp 82 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/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h 43 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h 41 // by the maximum arity of the implementation of tr1::tuple which is
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_conntrack.h 64 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /external/kernel-headers/original/linux/netfilter/
xt_conntrack.h 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 7 /* A `tuple' is a structure containing the information to uniquely
8 identify a connection. ie. if two packets have the same tuple, they
15 /* The protocol-specific manipulable parts of the tuple: always in
39 /* The manipulable part of the tuple. */
51 /* These are the parts of the tuple which are fixed. */
86 #define IP_CT_TUPLE_U_BLANK(tuple) \
88 (tuple)->src.u.all = 0; \
89 (tuple)->dst.u.all = 0; \
95 DEBUGP("tuple %p: %u %u.%u.%u.%u:%hu -> %u.%u.%u.%u:%hu\n", \
100 /* If we're the first tuple, it's the original dir. *
108 struct ip_conntrack_tuple tuple; member in struct:ip_conntrack_tuple_hash
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_conntrack.h 53 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_conntrack.h 57 struct ip_conntrack_old_tuple tuple[IP_CT_DIR_MAX]; member in struct:xt_conntrack_info

Completed in 620 milliseconds

1 2 3 4