| /third_party/node/deps/googletest/src/ |
| D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 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/googletest/googletest/src/ |
| D | gtest-matchers.cc | 46 Matcher<const std::string&>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 50 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string 56 Matcher<std::string>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string 60 Matcher<std::string>::Matcher(const char* s) { *this = Eq(std::string(s)); } in Matcher() function in testing::Matcher::string 65 Matcher<const internal::StringView&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::StringView 71 Matcher<const internal::StringView&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 77 Matcher<const internal::StringView&>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView 83 Matcher<internal::StringView>::Matcher(const std::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::StringView 87 Matcher<internal::StringView>::Matcher(const char* s) { in Matcher() function in testing::Matcher::StringView 93 Matcher<internal::StringView>::Matcher(internal::StringView s) { in Matcher() function in testing::Matcher::StringView
|
| /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/googletest/googlemock/include/gmock/internal/ |
| D | gmock-internal-utils.h | 55 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/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/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/node/deps/v8/src/compiler/ |
| D | node-matchers.h | 418 using Matcher = ScaleMatcher<BinopMatcher, kMulOpcode, kShiftOpcode>; member
|
| /third_party/python/Lib/test/support/ |
| D | __init__.py | 1406 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
|