Home
last modified time | relevance | path

Searched defs:Matcher (Results 1 - 16 of 16) sorted by relevance

/third_party/googletest/googletest/src/
H A Dgtest-matchers.cc46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher
56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher
65 Matcher<const internal::StringView&>::Matcher(cons function in testing::Matcher
71 Matcher<const internal::StringView&>::Matcher(const char* s) { Matcher() function in testing::Matcher
77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { Matcher() function in testing::Matcher
83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } Matcher() function in testing::Matcher
87 Matcher<internal::StringView>::Matcher(const char* s) { Matcher() function in testing::Matcher
93 Matcher<internal::StringView>::Matcher(internal::StringView s) { Matcher() function in testing::Matcher
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-matchers.cc45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher
55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher
64 Matcher<const absl::string_view&>::Matcher(cons function in testing::Matcher
70 Matcher<const absl::string_view&>::Matcher(const char* s) { Matcher() function in testing::Matcher
76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { Matcher() function in testing::Matcher
82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } Matcher() function in testing::Matcher
86 Matcher<absl::string_view>::Matcher(const char* s) { Matcher() function in testing::Matcher
92 Matcher<absl::string_view>::Matcher(absl::string_view s) { Matcher() function in testing::Matcher
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-matchers.cc46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher
56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher
60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher
65 Matcher<const internal::StringView&>::Matcher(cons function in testing::Matcher
71 Matcher<const internal::StringView&>::Matcher(const char* s) { Matcher() function in testing::Matcher
77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { Matcher() function in testing::Matcher
83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } Matcher() function in testing::Matcher
87 Matcher<internal::StringView>::Matcher(const char* s) { Matcher() function in testing::Matcher
93 Matcher<internal::StringView>::Matcher(internal::StringView s) { Matcher() function in testing::Matcher
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
66 testing::Matcher<T> Matcher; member in llvm::detail::ValueMatchesMono
72 ValueMatchesPoly(const M &Matcher) ValueMatchesPoly() argument
81 M Matcher; global() member in llvm::detail::ValueMatchesPoly
87 ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) ErrorMatchesMono() argument
129 Optional<testing::Matcher<InfoT &>> Matcher; global() member in llvm::detail::ErrorMatchesMono
152 Failed(M Matcher) Failed() argument
158 HasValue(M Matcher) HasValue() argument
[all...]
H A DSupportHelpers.h65 operator ::testing::Matcher<const llvm::Optional<T> &>() const { in Matcher() function in llvm::detail::ValueIsMatcher::operator::testing
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSpecialCaseList.h119 class Matcher { class in llvm::SpecialCaseList
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h325 class Matcher : public internal::MatcherBase<T> { class
330 explicit Matcher() {} // NOLINT Matcher() function in testing::Matcher
333 explicit Matcher(const MatcherInterface<const T&>* impl) Matcher() function in testing::Matcher
337 explicit Matcher( Matcher() function in testing::Matcher
352 class GTEST_API_ Matcher<const std::string&> global() class
355 Matcher() {} Matcher() function in testing::Matcher
357 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
369 class GTEST_API_ Matcher<std::string> global() class
372 Matcher() {} Matcher() function in testing::Matcher
374 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
376 explicit Matcher(const MatcherInterface<std::string>* impl) Matcher() function in testing::Matcher
392 class GTEST_API_ Matcher<const absl::string_view&> global() class
395 Matcher() {} Matcher() function in testing::Matcher
397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) Matcher() function in testing::Matcher
412 class GTEST_API_ Matcher<absl::string_view> global() class
415 Matcher() {} Matcher() function in testing::Matcher
417 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) Matcher() function in testing::Matcher
419 explicit Matcher(const MatcherInterface<absl::string_view>* impl) Matcher() function in testing::Matcher
700 Matcher<T>::Matcher(T value) { *this = Eq(value); } Matcher() function in testing::Matcher
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h468 operator ::testing::Matcher<T>() const { // NOLINT(runtime/explicit) Matcher() function in testing::internal::MatcherBaseImpl::operator::testing
490 operator ::testing::Matcher<F>() const { // NOLINT(runtime/explicit) Matcher() function in testing::internal::MatcherBaseImpl::operator::testing
[all...]
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs21 enum Matcher { enum
171 impl Matcher { global() impls
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h499 class Matcher : public internal::MatcherBase<T> { class
504 explicit Matcher() {} // NOLINT in Matcher() function in testing::Matcher
507 explicit Matcher(cons function in testing::Matcher
511 explicit Matcher( Matcher() function in testing::Matcher
519 Matcher(M&& m) : internal::MatcherBase<T>(std::forward<M>(m)) {} // NOLINT Matcher() function in testing::Matcher
530 class GTEST_API_ Matcher<const std::string&> global() class
533 Matcher() {} Matcher() function in testing::Matcher
535 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
540 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
552 class GTEST_API_ Matcher<std::string> global() class
555 Matcher() {} Matcher() function in testing::Matcher
557 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
559 explicit Matcher(const MatcherInterface<std::string>* impl) Matcher() function in testing::Matcher
564 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
580 class GTEST_API_ Matcher<const internal::StringView&> global() class
583 Matcher() {} Matcher() function in testing::Matcher
585 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) Matcher() function in testing::Matcher
590 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
606 class GTEST_API_ Matcher<internal::StringView> global() class
609 Matcher() {} Matcher() function in testing::Matcher
611 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) Matcher() function in testing::Matcher
613 explicit Matcher(const MatcherInterface<internal::StringView>* impl) Matcher() function in testing::Matcher
618 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
902 Matcher<T>::Matcher(T value) { Matcher() function in testing::Matcher
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h463 class Matcher : public internal::MatcherBase<T> { class
468 explicit Matcher() {} // NOLINT in Matcher() function in testing::Matcher
471 explicit Matcher(cons function in testing::Matcher
475 explicit Matcher( Matcher() function in testing::Matcher
483 Matcher(M&& m) : internal::MatcherBase<T>(std::forward<M>(m)) {} // NOLINT Matcher() function in testing::Matcher
494 class GTEST_API_ Matcher<const std::string&> global() class
499 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
504 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
516 class GTEST_API_ Matcher<std::string> global() class
521 explicit Matcher(const MatcherInterface<const std::string&>* impl) Matcher() function in testing::Matcher
523 explicit Matcher(const MatcherInterface<std::string>* impl) Matcher() function in testing::Matcher
528 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
544 class GTEST_API_ Matcher<const internal::StringView&> global() class
549 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) Matcher() function in testing::Matcher
554 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
570 class GTEST_API_ Matcher<internal::StringView> global() class
575 explicit Matcher(const MatcherInterface<const internal::StringView&>* impl) Matcher() function in testing::Matcher
577 explicit Matcher(const MatcherInterface<internal::StringView>* impl) Matcher() function in testing::Matcher
582 Matcher(M&& m) // NOLINT Matcher() function in testing::Matcher
869 Matcher<T>::Matcher(T value) { Matcher() function in testing::Matcher
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java97 public abstract static class Matcher<V> { class in TrieMap
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java96 public abstract static class Matcher<V> { class in TrieMap
/third_party/python/Lib/test/support/
H A D__init__.py1406 class Matcher(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3393 MatchPhiNode(PHINode *PHI, PHINode *Candidate, SmallSetVector<PHIPair, 8> &Matcher, PhiNodeSet &PhiNodesToMatch) MatchPhiNode() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 30 milliseconds