Home
last modified time | relevance | path

Searched defs:ZoneList (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/zone/
H A Dzone-list.h32 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList() function
38 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList() function
44 ZoneList(const Vector<const T>& other, Zone* zone) in ZoneList() function
49 ZoneList(ZoneList<T>&& other) V8_NOEXCEPT { *this = std::move(other); } in ZoneList() function
H A Dzone-type-traits.h18 class ZoneList; variable
/dports/lang/v8/v8-9.6.180.12/src/zone/
H A Dzone-list.h35 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList() function
41 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList() function
47 ZoneList(const base::Vector<const T>& other, Zone* zone) in ZoneList() function
52 ZoneList(ZoneList<T>&& other) V8_NOEXCEPT { *this = std::move(other); } in ZoneList() function
H A Dzone-type-traits.h18 class ZoneList; variable
/dports/security/lego/lego-4.5.3/vendor/github.com/liquidweb/liquidweb-go/network/
H A Dzone.go38 type ZoneList struct { struct
39 liquidweb.ListMeta
40 Items []Zone `json:"items,omitempty"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/liquidweb/liquidweb-go/network/
H A Dzone.go38 type ZoneList struct { struct
39 liquidweb.ListMeta
40 Items []Zone `json:"items,omitempty"`
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DEntryZones.h26 typedef std::vector<CustomZone> ZoneList; typedef
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DEntryZones.h26 typedef std::vector<CustomZone> ZoneList; typedef
/dports/www/node10/node-v10.24.1/deps/v8/src/zone/
H A Dzone.h163 ZoneList(int capacity, Zone* zone) { Initialize(capacity, zone); } in ZoneList() function
165 ZoneList(std::initializer_list<T> list, Zone* zone) { in ZoneList() function
170 ZoneList(const ZoneList<T>& other, Zone* zone) { in ZoneList() function
175 INLINE(~ZoneList()) { DeleteData(data_); } in INLINE()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dzonelist.h58 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
68 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dzonelist.h77 ASMJIT_NONCOPYABLE(ZoneList) in ASMJIT_NONCOPYABLE() argument
87 inline ZoneList(ZoneList&& other) noexcept in ZoneList() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/include/
H A DOgrePCZLight.h46 typedef list<PCZone*>::type ZoneList; typedef
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/include/
H A DOgrePCZLight.h46 typedef std::list<PCZone*> ZoneList; typedef
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/conc/
H A DCellPool.h90 typedef std::array <AtomicPtr <CellType>, MAX_NBR_ZONES> ZoneList; typedef
/dports/security/lego/lego-4.5.3/vendor/github.com/iij/doapi/protocol/
H A DZoneListGet.go44 ZoneList []string member
/dports/net/traefik/traefik-2.6.1/vendor/github.com/iij/doapi/protocol/
H A DZoneListGet.go44 ZoneList []string member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.cpp373 ZoneList::ZoneList() in ZoneList() function in ZoneList
377 ZoneList::ZoneList(Zone* zone) in ZoneList() function in ZoneList
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.cpp341 ZoneList::ZoneList() : head(nullptr), tail(nullptr) {} in ZoneList() function in ZoneList
343 ZoneList::ZoneList(Zone* zone) : head(zone), tail(zone) { in ZoneList() function in ZoneList
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/zone/
H A Dzone.h182 ZoneList(int capacity, Zone* zone) { Initialize(capacity, zone); } in ZoneList() function
184 ZoneList(std::initializer_list<T> list, Zone* zone) { in ZoneList() function
189 ZoneList(const ZoneList<T>& other, Zone* zone) { in ZoneList() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/util/
H A Dzone.h78 ZoneList(int capacity, Zone* zone) { Initialize(capacity, zone); } in ZoneList() function
80 ZoneList(std::initializer_list<T> list, Zone* zone) { in ZoneList() function
85 ZoneList(const ZoneList<T>& other, Zone* zone) { in ZoneList() function

12345678910>>...12