Home
last modified time | relevance | path

Searched refs:NextIdFinder (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DIdAssigner.cpp39 struct NextIdFinder { struct
40 explicit NextIdFinder(Id start_id = 0u) : next_id_(start_id){}; in NextIdFinder() function
77 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()