Searched refs:tuple_matcher (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
H A D | utils.h | 51 TensorEqMatcher(const TupleMatcher& tuple_matcher, const TfLiteTensor& rhs) in TensorEqMatcher() argument 52 : tuple_matcher_(tuple_matcher), rhs_(rhs) {} in TensorEqMatcher() 68 Impl(const TupleMatcher& tuple_matcher, const TfLiteTensor& rhs) in Impl() argument 70 testing::SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), in Impl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | mod.rs | 57 mod tuple_matcher; module
|
/aosp_15_r20/external/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2611 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) 2612 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {} 2639 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) 2641 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 4754 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { 4755 return internal::PointwiseMatcher<TupleMatcher, Container>(tuple_matcher, 4762 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) { 4763 return Pointwise(tuple_matcher, std::vector<T>(rhs));
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2595 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) 2596 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {} 2623 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) 2625 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 4738 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { 4739 return internal::PointwiseMatcher<TupleMatcher, Container>(tuple_matcher, 4746 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) { 4747 return Pointwise(tuple_matcher, std::vector<T>(rhs));
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 2595 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) 2596 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {} 2623 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) 2625 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 4737 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { 4738 return internal::PointwiseMatcher<TupleMatcher, Container>(tuple_matcher, 4745 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) { 4746 return Pointwise(tuple_matcher, std::vector<T>(rhs));
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gmock/ |
D | gmock.h | 5387 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) 5388 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {} 5414 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) 5416 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 7422 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { 7423 return internal::PointwiseMatcher<TupleMatcher, Container>(tuple_matcher, 7431 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) { 7432 return Pointwise(tuple_matcher, std::vector<T>(rhs));
|
/aosp_15_r20/external/fmtlib/test/gtest/gmock/ |
H A D | gmock.h | 5388 PointwiseMatcher(const TupleMatcher& tuple_matcher, const RhsContainer& rhs) 5389 : tuple_matcher_(tuple_matcher), rhs_(RhsView::Copy(rhs)) {} 5415 Impl(const TupleMatcher& tuple_matcher, const RhsStlContainer& rhs) 5417 : mono_tuple_matcher_(SafeMatcherCast<InnerMatcherArg>(tuple_matcher)), 7423 Pointwise(const TupleMatcher& tuple_matcher, const Container& rhs) { 7424 return internal::PointwiseMatcher<TupleMatcher, Container>(tuple_matcher, 7432 const TupleMatcher& tuple_matcher, std::initializer_list<T> rhs) { 7433 return Pointwise(tuple_matcher, std::vector<T>(rhs));
|