Home
last modified time | relevance | path

Searched defs:Tup (Results 1 – 23 of 23) sorted by relevance

/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp43 using Tup = std::tuple<>; in test_constexpr_evaluation() typedef
50 using Tup = std::tuple<int>; in test_constexpr_evaluation() typedef
57 using Tup = std::tuple<int, long>; in test_constexpr_evaluation() typedef
64 using Tup = std::pair<int, long>; in test_constexpr_evaluation() typedef
71 using Tup = std::tuple<int, long, int>; in test_constexpr_evaluation() typedef
78 using Tup = std::array<int, 3>; in test_constexpr_evaluation() typedef
163 using Tup = std::tuple<int, int const&, unsigned&&>; in test_call_quals_and_arg_types() typedef
193 using Tup = std::tuple<int, const char*, long>; in test_noexcept() typedef
204 using Tup = std::tuple<NothrowMoveable, int>; in test_noexcept() typedef
Dmake_from_tuple.pass.cpp103 using Tup = std::tuple<>; in test_perfect_forwarding() typedef
110 using Tup = std::tuple<int>; in test_perfect_forwarding() typedef
119 using Tup = std::tuple<int&, const char*, unsigned&&>; in test_perfect_forwarding() typedef
131 using Tup = std::pair<int&, const char*>; in test_perfect_forwarding() typedef
142 using Tup = std::array<int, 3>; in test_perfect_forwarding() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp43 using Tup = std::tuple<>; in test_constexpr_evaluation() typedef
50 using Tup = std::tuple<int>; in test_constexpr_evaluation() typedef
57 using Tup = std::tuple<int, long>; in test_constexpr_evaluation() typedef
64 using Tup = std::pair<int, long>; in test_constexpr_evaluation() typedef
71 using Tup = std::tuple<int, long, int>; in test_constexpr_evaluation() typedef
78 using Tup = std::array<int, 3>; in test_constexpr_evaluation() typedef
163 using Tup = std::tuple<int, int const&, unsigned&&>; in test_call_quals_and_arg_types() typedef
193 using Tup = std::tuple<int, const char*, long>; in test_noexcept() typedef
204 using Tup = std::tuple<NothrowMoveable, int>; in test_noexcept() typedef
Dmake_from_tuple.pass.cpp103 using Tup = std::tuple<>; in test_perfect_forwarding() typedef
110 using Tup = std::tuple<int>; in test_perfect_forwarding() typedef
119 using Tup = std::tuple<int&, const char*, unsigned&&>; in test_perfect_forwarding() typedef
131 using Tup = std::pair<int&, const char*>; in test_perfect_forwarding() typedef
142 using Tup = std::array<int, 3>; in test_perfect_forwarding() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp49 using Tup = std::tuple<>; in test_constexpr_evaluation() typedef
56 using Tup = std::tuple<int>; in test_constexpr_evaluation() typedef
63 using Tup = std::tuple<int, long>; in test_constexpr_evaluation() typedef
70 using Tup = std::pair<int, long>; in test_constexpr_evaluation() typedef
77 using Tup = std::tuple<int, long, int>; in test_constexpr_evaluation() typedef
84 using Tup = std::array<int, 3>; in test_constexpr_evaluation() typedef
169 using Tup = std::tuple<int, int const&, unsigned&&>; in test_call_quals_and_arg_types() typedef
199 using Tup = std::tuple<int, const char*, long>; in test_noexcept() typedef
206 using Tup = std::tuple<NothrowMoveable, int>; in test_noexcept() typedef
Dmake_from_tuple.pass.cpp113 using Tup = std::tuple<>; in test_perfect_forwarding() typedef
120 using Tup = std::tuple<int>; in test_perfect_forwarding() typedef
129 using Tup = std::tuple<int&, const char*, unsigned&&>; in test_perfect_forwarding() typedef
141 using Tup = std::pair<int&, const char*>; in test_perfect_forwarding() typedef
152 using Tup = std::array<int, 3>; in test_perfect_forwarding() typedef
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dimplicit_deduction_guides.pass.cpp86 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
93 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
98 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
105 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
DPR27684_contains_ref_to_incomplete_type.pass.cpp36 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
42 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
DUTypes.pass.cpp129 using Tup = std::tuple<E, E, E>; in main() typedef
Dmove.pass.cpp53 using Tup = std::tuple<Elem>; in test_sfinae() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddeduct.pass.cpp124 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
131 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
136 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
143 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
DPR27684_contains_ref_to_incomplete_type.pass.cpp33 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
39 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
Dmove.pass.cpp54 using Tup = std::tuple<Elem>; in test_sfinae() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddeduct.pass.cpp124 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
131 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
136 using Tup = std::tuple<int, decltype(nullptr)>; in test_primary_template() typedef
143 using Tup = std::tuple<void*, unsigned, char>; in test_primary_template() typedef
DPR27684_contains_ref_to_incomplete_type.pass.cpp33 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
39 using Tup = std::tuple<const IT&, const IT&>; in main() typedef
Dmove.pass.cpp54 using Tup = std::tuple<Elem>; in test_sfinae() typedef
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Ddisable_reduced_arity_initialization_extension.pass.cpp85 using Tup = std::tuple<E, E, E>; in main() typedef
Denable_reduced_arity_initialization_extension.pass.cpp98 using Tup = std::tuple<E, E, E>; in main() typedef
/external/pytorch/torch/csrc/jit/mobile/nnc/
Dcontext.cpp19 c10::IValue Tup(std::initializer_list<c10::IValue> ivalues) { in Tup() function
23 c10::IValue Tup(std::vector<c10::IValue>&& ivalues) { in Tup() function
/external/rust/android-crates-io/crates/memoffset/src/
Doffset_of.rs256 struct Tup(i32, i32); in tuple_struct() struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1602 for (auto &Tup : DupCandidates) { in selectBestSuccessor() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1671 for (auto &Tup : DupCandidates) { in selectBestSuccessor() local
/external/pytorch/test/jit/
Dtest_list_dict.py2144 class Tup(NamedTuple): class