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()
182 operator ::testing::Matcher<T>() const {
183 return ::testing::Matcher<T>(new ValueEqImpl<T>(&expected_));
199 operator ::testing::Matcher<T>() const {
200 return ::testing::Matcher<T>(new ValueEqImpl<T>(expected_));
219 std::string(negation ? "isn't" : "is") + " equal to " + ::testing::PrintToString(a)) {
225 ::testing::PrintToString(name)) {
231 ::testing::PrintToString(name) + " for config " + ::testing::PrintToString(config)) {