Searched refs:NextIdFinder (Results 1 – 1 of 1) sorted by relevance
39 struct NextIdFinder { struct40 explicit NextIdFinder(Id start_id = 0u) : next_id_(start_id){}; in NextIdFinder() function77 NextIdFinder<uint16_t, ResourceName> next_entry_id_;120 NextIdFinder<uint8_t, ResourceTypeKey> type_id_finder_ =121 NextIdFinder<uint8_t, ResourceTypeKey>(1);195 Result<Id> NextIdFinder<Id, Key>::ReserveId(Key key, Id id) { in ReserveId()207 std::optional<Id> NextIdFinder<Id, Key>::NextId() { in NextId()216 std::optional<Id> NextIdFinder<Id, Key>::SkipToNextAvailableId() { in SkipToNextAvailableId()