Home
last modified time | relevance | path

Searched refs:NestedTuple (Results 1 – 13 of 13) sorted by relevance

/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Denable_reduced_arity_initialization_extension.pass.cpp58 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
61 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
63 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
67 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
70 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
72 NestedTuple, MO, MO, MO, MO>(), ""); in test_default_constructible_extension_sfinae()
75 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
77 NestedTuple, MO, Tuple, MO, MO>(), ""); in test_default_constructible_extension_sfinae()
Ddisable_reduced_arity_initialization_extension.pass.cpp59 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
62 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
64 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
/external/llvm-project/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
Denable_reduced_arity_initialization_extension.pass.cpp57 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
60 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
62 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
66 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
69 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
71 NestedTuple, MO, MO, MO, MO>(), ""); in test_default_constructible_extension_sfinae()
74 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
76 NestedTuple, MO, Tuple, MO, MO>(), ""); in test_default_constructible_extension_sfinae()
Ddisable_reduced_arity_initialization_extension.pass.cpp58 typedef std::tuple<MO, Tuple, MO, MO> NestedTuple; in test_default_constructible_extension_sfinae() typedef
61 NestedTuple, MO, MO, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
63 NestedTuple, MO, Tuple, MO, MO>::value, ""); in test_default_constructible_extension_sfinae()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.pass.cpp75 typedef std::tuple<MoveOnly, Tuple, MoveOnly, MoveOnly> NestedTuple; in test_default_constructible_extension_sfinae() typedef
78 NestedTuple, in test_default_constructible_extension_sfinae()
83 NestedTuple, in test_default_constructible_extension_sfinae()
91 typedef std::tuple<MoveOnly, Tuple, MoveOnly, MoveOnly> NestedTuple; in test_default_constructible_extension_sfinae() typedef
94 NestedTuple, in test_default_constructible_extension_sfinae()
99 NestedTuple, in test_default_constructible_extension_sfinae()
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.pass.cpp74 typedef std::tuple<MoveOnly, Tuple, MoveOnly, MoveOnly> NestedTuple; in test_default_constructible_extension_sfinae() typedef
77 NestedTuple, in test_default_constructible_extension_sfinae()
82 NestedTuple, in test_default_constructible_extension_sfinae()
90 typedef std::tuple<MoveOnly, Tuple, MoveOnly, MoveOnly> NestedTuple; in test_default_constructible_extension_sfinae() typedef
93 NestedTuple, in test_default_constructible_extension_sfinae()
98 NestedTuple, in test_default_constructible_extension_sfinae()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_test.cc160 TEST_F(HloShardingTest, NestedTuple) { in TEST_F() argument
Dtuple_points_to_analysis_test.cc175 TEST_F(TuplePointsToAnalysisTest, NestedTuple) { in TEST_F() argument
Dhlo_dataflow_analysis_test.cc203 TEST_P(HloDataflowAnalysisTest, NestedTuple) { in TEST_P() argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc992 TEST(PrintStdTupleTest, NestedTuple) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc338 TEST(ShapeUtilTest, NestedTuple) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xrt/tests/
Draw_api_test.cc182 xla::LiteralProto NestedTuple() { in NestedTuple() function
770 *alloc.mutable_value() = NestedTuple(); in TEST()
876 auto expected_1 = NestedTuple(); in TEST()
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc1223 TEST(PrintStdTupleTest, NestedTuple) {