Searched defs:OffsetList (Results 1 – 1 of 1) sorted by relevance
53 class OffsetList { // Only ever stack-allocated, does not need to inherit UMemory. class55 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() function in OffsetList