Searched defs:SmallMapList (Results 1 – 2 of 2) sorted by relevance
17 class SmallMapList; variable
266 SmallMapList() {} in SmallMapList() function267 SmallMapList(int capacity, Zone* zone) : list_(capacity, zone) {} in SmallMapList() function