Lines Matching refs:testing
135 *out << ::testing::PrintToString(value.value()); in PrintTo()
145 ::testing::PrintToString(android::StringPiece16(a))) {
150 class ValueEqImpl : public ::testing::MatcherInterface<T> {
155 bool MatchAndExplain(T x, ::testing::MatchResultListener* listener) const override { in MatchAndExplain()
180 operator ::testing::Matcher<T>() const {
181 return ::testing::Matcher<T>(new ValueEqImpl<T>(&expected_));
195 operator ::testing::Matcher<T>() const {
196 return ::testing::Matcher<T>(new ValueEqImpl<T>(expected_));
215 std::string(negation ? "isn't" : "is") + " equal to " + ::testing::PrintToString(a)) {
221 ::testing::PrintToString(name)) {
227 ::testing::PrintToString(name) + " for config " + ::testing::PrintToString(config)) {