Searched refs:maps_state_ (Results 1 – 2 of 2) sorted by relevance
23 maps_state_ = (result == NodeProperties::kUnreliableMaps) in MapInference()31 bool MapInference::Safe() const { return maps_state_ != kUnreliableNeedGuard; } in Safe()35 if (maps_state_ == kUnreliableDontNeedGuard) { in SetNeedGuardIfUnreliable()36 maps_state_ = kUnreliableNeedGuard; in SetNeedGuardIfUnreliable()40 void MapInference::SetGuarded() { maps_state_ = kReliableOrGuarded; } in SetGuarded()
91 } maps_state_; variable