Searched refs:eraStartDates (Results 1 – 3 of 3) sorted by relevance
88 EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEra);
105 EraRules::EraRules(LocalMemory<int32_t>& eraStartDates, int32_t numEras) in EraRules() argument107 startDates = std::move(eraStartDates); in EraRules()