Searched refs:monthDaysId_ (Results 1 – 1 of 1) sorted by relevance
496 return monthDaysId_.has_value(); in HasMonthDaysNode()501 if (!monthDaysId_.has_value()) { in GetMonthDaysId()502 monthDaysId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetMonthDaysId()504 return monthDaysId_.value(); in GetMonthDaysId()731 std::optional<int32_t> monthDaysId_; variable