/third_party/googletest/googletest/src/ |
D | gtest-matchers.cc | 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 64 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 70 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 76 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 82 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 86 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 92 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-matchers.cc | 45 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 49 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 55 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 59 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 64 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view 70 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view 76 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view 82 Matcher<absl::string_view>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string_view 86 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view 92 Matcher<absl::string_view>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Error.h | 35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() 72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() 87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() 133 #define EXPECT_THAT_ERROR(Err, Matcher) \ argument 135 #define ASSERT_THAT_ERROR(Err, Matcher) \ argument 138 #define EXPECT_THAT_EXPECTED(Err, Matcher) \ argument 140 #define ASSERT_THAT_EXPECTED(Err, Matcher) \ argument 152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) { in Failed() 158 detail::ValueMatchesPoly<M> HasValue(M Matcher) { in HasValue()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 330 explicit Matcher() {} // NOLINT in Matcher() function 333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher() function 355 Matcher() {} in Matcher() function 357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 372 Matcher() {} in Matcher() function 374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher() function 376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() function 395 Matcher() {} in Matcher() function 397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher() function 415 Matcher() {} in Matcher() function [all …]
|
/third_party/rust/crates/regex/src/literal/ |
D | imp.rs | 21 enum Matcher { enum 171 impl Matcher { impl
|
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/ |
D | field.rs | 367 struct Matcher<'a> { in debug_matches() struct 368 pattern: &'a str, in debug_matches() 371 impl fmt::Write for Matcher<'_> { in debug_matches() implementation
|
/third_party/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 52 class Matcher; variable
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/ |
D | sem.go | 110 Matcher *EnumMatcher // Optional member
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 10282 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 10286 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 10292 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 10296 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 10301 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 10307 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 10313 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 10319 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 10323 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 10329 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieMap.java | 96 public abstract static class Matcher<V> { class in TrieMap
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TrieMap.java | 97 public abstract static class Matcher<V> { class in TrieMap
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1279 class Matcher(object): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3394 SmallSetVector<PHIPair, 8> &Matcher, in MatchPhiNode() 4724 AddressingModeMatcher Matcher( in isProfitableToFoldIntoAddressingMode() local
|