Searched defs:status_ (Results 101 - 102 of 102) sorted by relevance

12345

/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc328 status_(-1),
343 int status() const { return status_; }
344 void set_status(int a_status) { status_ = a_status; }
368 int status_; member in class:testing::internal::DeathTestImpl
/external/regex-re2/re2/
H A Dparse.cc55 // false, it has set fields in *status_, and the parser
154 RegexpStatus* status_; member in class:re2::Regexp::ParseState
170 status_(status), stacktop_(NULL), ncap_(0) {
450 status_->set_code(kRegexpRepeatArgument);
451 status_->set_error_arg(s);
472 status_->set_code(kRegexpRepeatSize);
473 status_->set_error_arg(s);
477 status_->set_code(kRegexpRepeatArgument);
478 status_->set_error_arg(s);
600 status_
[all...]

Completed in 588 milliseconds

12345