Searched refs:kUndef (Results 1 – 1 of 1) sorted by relevance
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId()58 bool isUndef() const { return Id_ == kUndef; } in isUndef()74 static constexpr const size_t kUndef = kMaxValid + 3; variable