Home
last modified time | relevance | path

Searched refs:str_matcher (Results 1 – 11 of 11) sorted by relevance

/external/abseil-cpp/absl/log/internal/
Dtest_matchers.cc55 const Matcher<const std::string&>& str_matcher) in AsStringImpl() argument
56 : str_matcher_(str_matcher) {} in AsStringImpl()
99 const Matcher<const std::string&>& str_matcher) { in AsString() argument
100 return MakeMatcher(new AsStringImpl(str_matcher)); in AsString()
Dtest_matchers.h44 const ::testing::Matcher<const std::string&>& str_matcher);
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dtest_matchers.cc54 const Matcher<const std::string&>& str_matcher) in AsStringImpl() argument
55 : str_matcher_(str_matcher) {} in AsStringImpl()
98 const Matcher<const std::string&>& str_matcher) { in AsString() argument
99 return MakeMatcher(new AsStringImpl(str_matcher)); in AsString()
Dtest_matchers.h44 const ::testing::Matcher<const std::string&>& str_matcher);
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dtest_matchers.cc55 const Matcher<const std::string&>& str_matcher) in AsStringImpl() argument
56 : str_matcher_(str_matcher) {} in AsStringImpl()
99 const Matcher<const std::string&>& str_matcher) { in AsString() argument
100 return MakeMatcher(new AsStringImpl(str_matcher)); in AsString()
Dtest_matchers.h44 const ::testing::Matcher<const std::string&>& str_matcher);
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/
Dtest_matchers.cc55 const Matcher<const std::string&>& str_matcher) in AsStringImpl() argument
56 : str_matcher_(str_matcher) {} in AsStringImpl()
99 const Matcher<const std::string&>& str_matcher) { in AsString() argument
100 return MakeMatcher(new AsStringImpl(str_matcher)); in AsString()
Dtest_matchers.h44 const ::testing::Matcher<const std::string&>& str_matcher);
/external/cronet/stable/third_party/abseil-cpp/absl/log/internal/
Dtest_matchers.cc55 const Matcher<const std::string&>& str_matcher) in AsStringImpl() argument
56 : str_matcher_(str_matcher) {} in AsStringImpl()
99 const Matcher<const std::string&>& str_matcher) { in AsString() argument
100 return MakeMatcher(new AsStringImpl(str_matcher)); in AsString()
Dtest_matchers.h44 const ::testing::Matcher<const std::string&>& str_matcher);
/external/rust/android-crates-io/crates/googletest/src/matchers/
Dmod.rs56 mod str_matcher; module
90 pub use str_matcher::{