Home
last modified time | relevance | path

Searched refs:tuple_ids (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h497 template <typename F, std::size_t... tuple_ids>
498 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const { in Apply() argument
501 std::get<tuple_ids>(params_)...)); in Apply()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h499 template <typename F, std::size_t... tuple_ids>
500 ::testing::Matcher<F> Apply(std::index_sequence<tuple_ids...>) const { in Apply() argument
503 std::get<tuple_ids>(params_)...)); in Apply()
/external/cronet/tot/third_party/googletest/src/googlemock/include/gmock/
Dgmock-matchers.h497 template <typename F, std::size_t... tuple_ids>
498 ::testing::Matcher<F> Apply(std::index_sequence<tuple_ids...>) const { in Apply() argument
501 std::get<tuple_ids>(params_)...)); in Apply()
/external/cronet/stable/third_party/googletest/src/googlemock/include/gmock/
Dgmock-matchers.h497 template <typename F, std::size_t... tuple_ids>
498 ::testing::Matcher<F> Apply(std::index_sequence<tuple_ids...>) const { in Apply() argument
501 std::get<tuple_ids>(params_)...)); in Apply()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h497 template <typename F, std::size_t... tuple_ids>
498 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const { in Apply() argument
501 std::get<tuple_ids>(params_)...)); in Apply()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gmock/
Dgmock.h3359 template <typename F, std::size_t... tuple_ids>
3360 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const {
3363 std::get<tuple_ids>(params_)...));
/external/fmtlib/test/gtest/gmock/
Dgmock.h3360 template <typename F, std::size_t... tuple_ids>
3361 ::testing::Matcher<F> Apply(IndexSequence<tuple_ids...>) const {
3364 std::get<tuple_ids>(params_)...));