/external/v8/testing/gtest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 107 # include <tuple> 585 // Helper function for printing a tuple. T must be instantiated with 586 // a tuple type. 592 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 597 // regardless of whether tr1::tuple is implemented using the 600 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 605 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/ |
gtest-printers.h | 76 // // Prints the fields of a tuple tersely to a string vector, one 77 // // element for each field. Tuple support must be enabled in 80 // const Tuple& value); 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 487 // Helper function for printing a tuple. T must be instantiated with 488 // a tuple type. 494 // regardless of whether tr1::tuple is implemented using the 497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { 502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
FormatVariadic.h | 39 #include <tuple> 67 // The parameters are stored in a std::tuple, which does not provide runtime 72 // Essentially, we are converting a std::tuple<Derived<Ts...>> to a 140 template <typename Tuple> class formatv_object : public formatv_object_base { 143 // have the base class store type-erased pointers into this tuple. 144 Tuple Parameters; 147 formatv_object(StringRef Fmt, Tuple &&Params) 148 : formatv_object_base(Fmt, std::tuple_size<Tuple>::value),
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorSyclExprConstructor.h | 33 EvalToLHSConstructor(const utility::tuple::Tuple<Params...> &t): expr((&(*(utility::tuple::get<N>(t).get_pointer())))) {} 39 /// It receives the original expression type, the functor of the node, the tuple 55 ExprConstructor(FuncDetector &fd, const utility::tuple::Tuple<Params...> &t)\ 56 : expr(Type((&(*(utility::tuple::get<N>(t).get_pointer()))), fd.dimensions())) {}\ 71 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t)\ 92 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t) [all...] |
TensorSyclPlaceHolderExpr.h | 52 typedef utility::tuple::Tuple<ArgType> ArgsTuple; 60 typedef utility::tuple::Tuple<Arg1Type, Arg2Type> ArgsTuple; 70 typedef utility::tuple::Tuple<Arg1Type, Arg2Type, Arg3Type> ArgsTuple; 77 struct CategoryHelper<Category, OP, utility::tuple::Tuple<T...> > { 82 struct CategoryHelper<Category, NoOP, utility::tuple::Tuple<T...> > [all...] |
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
apply.pass.cpp | 12 // <tuple> 18 #include <tuple> 49 using Tup = std::tuple<>; 56 using Tup = std::tuple<int>; 63 using Tup = std::tuple<int, long>; 77 using Tup = std::tuple<int, long, int>; 101 template <class Tuple> 105 Tuple args; 136 template <class ...ExpectArgs, class Tuple> 137 void check_apply_quals_and_types(Tuple&& t) [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-generated-matchers.h | 49 // The type of the i-th (0-based) field of Tuple. 50 #define GMOCK_FIELD_TYPE_(Tuple, i) \ 51 typename ::std::tr1::tuple_element<i, Tuple>::type 53 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a 54 // tuple of type Tuple. It has two members: 56 // type: a tuple type whose i-th field is the ki-th field of Tuple. 57 // GetSelectedFields(t): returns fields k0, ..., and kn of t as a tuple. 59 // For example, in class TupleFields<tuple<bool, char, int>, 2, 0>, we have [all...] |
/external/googletest/googlemock/include/gmock/ |
gmock-generated-matchers.h | 50 // The type of the i-th (0-based) field of Tuple. 51 #define GMOCK_FIELD_TYPE_(Tuple, i) \ 52 typename ::testing::tuple_element<i, Tuple>::type 54 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a 55 // tuple of type Tuple. It has two members: 57 // type: a tuple type whose i-th field is the ki-th field of Tuple. 58 // GetSelectedFields(t): returns fields k0, ..., and kn of t as a tuple. 60 // For example, in class TupleFields<tuple<bool, char, int>, 2, 0>, we have [all...] |
/external/v8/testing/gmock/include/gmock/ |
gmock-generated-matchers.h | 50 // The type of the i-th (0-based) field of Tuple. 51 #define GMOCK_FIELD_TYPE_(Tuple, i) \ 52 typename ::testing::tuple_element<i, Tuple>::type 54 // TupleFields<Tuple, k0, ..., kn> is for selecting fields from a 55 // tuple of type Tuple. It has two members: 57 // type: a tuple type whose i-th field is the ki-th field of Tuple. 58 // GetSelectedFields(t): returns fields k0, ..., and kn of t as a tuple. 60 // For example, in class TupleFields<tuple<bool, char, int>, 2, 0>, we have [all...] |
/frameworks/base/core/tests/coretests/src/android/animation/ |
StateListAnimatorTest.java | 90 StateListAnimator.Tuple tuple1 = stateListAnimator.getTuples().get(0); 91 assertEquals("first tuple should have one state", 1, tuple1.getSpecs().length); 92 assertEquals("first spec in tuple 1 should be pressed", 95 StateListAnimator.Tuple tuple2 = stateListAnimator.getTuples().get(1); 96 assertEquals("Second tuple should have two specs", 2, tuple2.getSpecs().length); 97 assertTrue("Tuple two should match the expected state",
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
partial-ordering.cpp | 5 template<typename ...Types> struct tuple; 7 template<typename Tuple> 13 struct X1<tuple<Head, Tail...> > { 18 struct X1<tuple<Head, Tail&...> > { 23 struct X1<tuple<Head&, Tail&...> > { 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; 29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; 30 int check3[X1<tuple<int, int&>>::value == 2? 1 : -1]; 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1] [all...] |