Searched refs:tuple_element (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/tr1/
H A Dtuple_iterate.h129 static typename __add_ref<typename tuple_element<_GLIBCXX_NUM_ARGS,
134 static typename __add_c_ref<typename tuple_element<_GLIBCXX_NUM_ARGS,
140 /// @brief class tuple_element
142 struct tuple_element<_GLIBCXX_NUM_ARGS, tuple<_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS> > struct in namespace:std
H A Dtuple_defs.h48 typename __add_ref<typename tuple_element<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::type>::type
55 typename __add_c_ref<typename tuple_element<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::type>::type
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-tuple-test.cc40 using ::std::tr1::tuple_element;
44 // Tests that tuple_element<K, tuple<T0, T1, ..., TN> >::type returns TK.
46 StaticAssertTypeEq<int, tuple_element<0, tuple<int, char> >::type>();
47 StaticAssertTypeEq<int&, tuple_element<1, tuple<double, int&> >::type>();
48 StaticAssertTypeEq<bool, tuple_element<2, tuple<double, int, bool> >::type>();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h50 sizeof(typename std::tuple_element<Index, Tuple>::type) +
56 sizeof(typename std::tuple_element<0, Tuple>::type);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h969 // - tuple_element<size_t I>::type
981 struct tuple_element : ::std::tr1::tuple_element<static_cast<int>(I), Tuple> { struct in struct:testing::internal::TuplePolicy
985 static typename AddReference<const typename ::std::tr1::tuple_element<
1002 struct tuple_element : ::std::tuple_element<I, Tuple> {}; struct in struct:testing::internal::TuplePolicy
1005 static const typename ::std::tuple_element<I, Tuple>::type& get(
1035 typename TuplePolicy<Tuple>::template tuple_element<N - 1>::type>
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h189 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
H A Dgmock-matchers.h924 typename tuple_element<N - 1, MatcherTuple>::type matcher =
926 typedef typename tuple_element<N - 1, ValueTuple>::type Value;
H A Dgmock-generated-actions.h349 typename ::testing::tuple_element<N, Tuple>::type
H A Dgmock-generated-matchers.h54 typename ::testing::tuple_element<i, Tuple>::type
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp47 using Type = typename std::tuple_element<i, std::tuple<Args...>>::type;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h542 typename std::iterator_traits<typename std::tuple_element<
709 typename std::iterator_traits<typename std::tuple_element<
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h148 // A helper for implementing tuple_element<k, T>. kIndexValid is true
797 struct tuple_element { struct in namespace:std::tr1
802 #define GTEST_TUPLE_ELEMENT_(k, Tuple) typename tuple_element<k, Tuple >::type
H A Dgtest-port.h1071 using GTEST_TUPLE_NAMESPACE_::tuple_element;
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc52 using testing::tuple_element;
H A Dgmock-actions_test.cc84 using testing::tuple_element;
H A Dgmock-generated-actions_test.cc51 using testing::tuple_element;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h491 using arg_type = typename std::tuple_element<0, std::tuple<Args...>>::type;

Completed in 375 milliseconds