Searched refs:MakeIndexSequence (Results 1 - 13 of 13) sorted by relevance
/third_party/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 436 MakeIndexSequence<std::tuple_size< in MakeIndexSequence() function 439 MakeIndexSequence<std::tuple_size< in MakeIndexSequence()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 491 return Apply<F>(MakeIndexSequence<sizeof...(Ts)>{}); in Matcher() 3160 auto UnpackStructImpl(const T& t, MakeIndexSequence<1>, char) { in UnpackStructImpl() 3165 auto UnpackStructImpl(const T& t, MakeIndexSequence<2>, char) { in UnpackStructImpl() 3170 auto UnpackStructImpl(const T& t, MakeIndexSequence<3>, char) { in UnpackStructImpl() 3175 auto UnpackStructImpl(const T& t, MakeIndexSequence<4>, char) { in UnpackStructImpl() 3180 auto UnpackStructImpl(const T& t, MakeIndexSequence<5>, char) { in UnpackStructImpl() 3185 auto UnpackStructImpl(const T& t, MakeIndexSequence<6>, char) { in UnpackStructImpl() 3190 auto UnpackStructImpl(const T& t, MakeIndexSequence<7>, char) { in UnpackStructImpl() 3195 auto UnpackStructImpl(const T& t, MakeIndexSequence<8>, char) { in UnpackStructImpl() 3200 auto UnpackStructImpl(const T& t, MakeIndexSequence< [all...] |
H A D | gmock-actions.h | 2117 return Apply(MakeIndexSequence<kMaxArgs>{}, 2118 MakeIndexSequence<10 - kMaxArgs>{},
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1187 using MakeIndexSequence = typename MakeIndexSequenceImpl<N>::type; 1190 using IndexSequenceFor = typename MakeIndexSequence<sizeof...(T)>::type; 1212 decltype(ElemFromListImpl<typename MakeIndexSequence<N>::type>::Apply( 1275 // MakeIndexSequence, on the other hand, it is recursive but with an 1280 typename MakeIndexSequence<sizeof...(T)>::type> { 1282 FlatTuple<T...>, typename MakeIndexSequence<sizeof...(T)>::type>::Indices;
|
H A D | gtest-param-util.h | 809 return ValuesIn(MakeVector<T>(MakeIndexSequence<sizeof...(Ts)>())); in operator ParamGenerator() 937 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 1120 struct MakeIndexSequence struct 1121 : DoubleSequence<N % 2 == 1, typename MakeIndexSequence<N / 2>::type, 1125 struct MakeIndexSequence<0> : IndexSequence<> {}; struct 1156 typename ElemFromList<I, typename MakeIndexSequence<sizeof...(T)>::type, 1182 // MakeIndexSequence, on the other hand, it is recursive but with an 1187 typename MakeIndexSequence<sizeof...(T)>::type> {
|
H A D | gtest-param-util.h | 738 return ValuesIn(MakeVector<T>(MakeIndexSequence<sizeof...(Ts)>())); in operator ParamGenerator() 861 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 1174 using MakeIndexSequence = typename MakeIndexSequenceImpl<N>::type; 1177 using IndexSequenceFor = typename MakeIndexSequence<sizeof...(T)>::type; 1199 decltype(ElemFromListImpl<typename MakeIndexSequence<N>::type>::Apply( 1262 // MakeIndexSequence, on the other hand, it is recursive but with an 1267 typename MakeIndexSequence<sizeof...(T)>::type> { 1269 FlatTuple<T...>, typename MakeIndexSequence<sizeof...(T)>::type>::Indices;
|
H A D | gtest-param-util.h | 808 return ValuesIn(MakeVector<T>(MakeIndexSequence<sizeof...(Ts)>())); in operator ParamGenerator() 934 using Iterator = IteratorImpl<typename MakeIndexSequence<sizeof...(T)>::type>;
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-internal-utils.cc | 215 return UnBase64Impl(MakeIndexSequence<256>{}, base64); in UnBase64()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 63 TEST(IntegerSequenceTest, MakeIndexSequence) { in TEST()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 7452 TEST(IndexSequence, MakeIndexSequence) { in TEST() 7454 using testing::internal::MakeIndexSequence; in TEST() 7456 (std::is_same<IndexSequence<>, MakeIndexSequence<0>::type>::value)); in TEST() 7458 (std::is_same<IndexSequence<0>, MakeIndexSequence<1>::type>::value)); in TEST() 7460 (std::is_same<IndexSequence<0, 1>, MakeIndexSequence<2>::type>::value)); in TEST() 7462 std::is_same<IndexSequence<0, 1, 2>, MakeIndexSequence<3>::type>::value)); in TEST() 7464 (std::is_base_of<IndexSequence<0, 1, 2>, MakeIndexSequence<3>>::value)); in TEST()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 61 milliseconds