Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_util.h41 expect_error_ = expect_error; in Reset()
84 if (expect_error_ && status_.ok()) { in CheckConsistency()
90 if (expect_error_ && verbose_) { in CheckConsistency()
93 } else if (!expect_error_) { in CheckConsistency()
187 bool expect_error_; variable