Searched refs:checks_ (Results 1 – 4 of 4) sorted by relevance
449 if (this->checks_) { in Equals()450 if (!that->checks_ || !that->checks_->Equals(this->checks_)) { in Equals()453 } else if (that->checks_) { in Equals()485 if (this->checks_) { in Merge()486 this->checks_ = in Merge()487 that->checks_ ? that->checks_->Merge(this->checks_, zone) : nullptr; in Merge()515 return this->checks_ ? this->checks_->Lookup(node) : nullptr; in LookupCheck()521 if (that->checks_) { in AddCheck()522 that->checks_ = that->checks_->Extend(node, zone); in AddCheck()524 that->checks_ = new (zone) AbstractChecks(node, zone); in AddCheck()[all …]
259 AbstractChecks const* checks_ = nullptr; in NON_EXPORTED_BASE()
1493 std::string checks_ = R"( in TEST_F() local1512 Match(checks_, context.get()); in TEST_F()