Searched defs:ZoneList (Results 1 – 3 of 3) sorted by relevance
35 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList() function41 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList() function47 ZoneList(const base::Vector<const T>& other, Zone* zone) in ZoneList() function52 ZoneList(ZoneList<T>&& other) V8_NOEXCEPT { *this = std::move(other); } in ZoneList() function
18 class ZoneList; variable
23 class ZoneList; variable