Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcheck_unittest.cc18 class ScopedCheckExpectation { class
20 ScopedCheckExpectation(const char* file, int line, std::string msg) in ScopedCheckExpectation() function in __anona01b87600111::ScopedCheckExpectation
24 assert_handler_(base::BindRepeating(&ScopedCheckExpectation::Check, in ScopedCheckExpectation()
27 ~ScopedCheckExpectation() { in ~ScopedCheckExpectation()
65 ScopedCheckExpectation check_exp(__FILE__, __LINE__, msg); \
74 ScopedCheckExpectation check_exp(__FILE__, __LINE__, msg); \