Home
last modified time | relevance | path

Searched refs:ContainerMatcher (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientAlgorithmCheck.cpp33 const auto ContainerMatcher = classTemplateSpecializationDecl(hasAnyName( in registerMatchers() local
47 anyOf(hasType(ContainerMatcher.bind("IneffCont")), in registerMatchers()
49 ContainerMatcher.bind("IneffContPtr"))))) in registerMatchers()
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h2617 template <typename Comparator, typename ContainerMatcher>
2621 const ContainerMatcher& matcher)
2641 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
2688 const ContainerMatcher matcher_;
4184 template <typename Comparator, typename ContainerMatcher>
4185 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>
4187 const ContainerMatcher& container_matcher) {
4188 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(
4194 template <typename ContainerMatcher>
4195 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2426 template <typename Comparator, typename ContainerMatcher>
2430 const ContainerMatcher& matcher)
2450 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
2497 const ContainerMatcher matcher_;
4530 template <typename Comparator, typename ContainerMatcher>
4531 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>
4533 const ContainerMatcher& container_matcher) {
4534 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(
4540 template <typename ContainerMatcher>
4541 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>
[all …]
/external/fmtlib/test/gmock/
Dgmock.h7028 template <typename Comparator, typename ContainerMatcher>
7032 const ContainerMatcher& matcher)
7052 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
7099 const ContainerMatcher matcher_;
8476 template <typename Comparator, typename ContainerMatcher>
8477 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>
8479 const ContainerMatcher& container_matcher) {
8480 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(
8486 template <typename ContainerMatcher>
8487 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h7431 template <typename Comparator, typename ContainerMatcher>
7435 const ContainerMatcher& matcher)
7455 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
7502 const ContainerMatcher matcher_;
8979 template <typename Comparator, typename ContainerMatcher>
8980 inline internal::WhenSortedByMatcher<Comparator, ContainerMatcher>
8982 const ContainerMatcher& container_matcher) {
8983 return internal::WhenSortedByMatcher<Comparator, ContainerMatcher>(
8989 template <typename ContainerMatcher>
8990 inline internal::WhenSortedByMatcher<internal::LessComparator, ContainerMatcher>
[all …]