Searched refs:monthId_ (Results 1 – 1 of 1) sorted by relevance
470 return monthId_.has_value(); in HasMonthNode()475 if (!monthId_.has_value()) { in GetMonthId()476 monthId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetMonthId()478 return monthId_.value(); in GetMonthId()729 std::optional<int32_t> monthId_; variable