Searched refs:expected_ (Results 1 – 2 of 2) sorted by relevance
152 explicit ValueEqImpl(const Value* expected) : expected_(expected) { in ValueEqImpl()156 return expected_->Equals(&x); in MatchAndExplain()160 *os << "is equal to " << *expected_; in DescribeTo()164 *os << "is not equal to " << *expected_; in DescribeNegationTo()170 const Value* expected_; variable177 ValueEqMatcher(TValue expected) : expected_(std::move(expected)) { in ValueEqMatcher()183 return ::testing::Matcher<T>(new ValueEqImpl<T>(&expected_));187 TValue expected_;194 ValueEqPointerMatcher(const TValue* expected) : expected_(expected) { in ValueEqPointerMatcher()200 return ::testing::Matcher<T>(new ValueEqImpl<T>(expected_));[all …]
85 inline explicit C2MemoryUsage(uint64_t expected_) in C2MemoryUsage()86 : expected(expected_) { } in C2MemoryUsage()