Home
last modified time | relevance | path

Searched refs:PoolItem (Results 1 – 25 of 54) sorted by relevance

123

/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPoolItem.h16 class PoolItem{
18 PoolItem(){ in PoolItem() function
21 virtual ~PoolItem(){ in ~PoolItem()
47 boost::fast_pool_allocator<T> PoolItem<T>::pool = boost::fast_pool_allocator<T>();
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPoolItem.h16 class PoolItem{
18 PoolItem(){ in PoolItem() function
21 virtual ~PoolItem(){ in ~PoolItem()
47 boost::fast_pool_allocator<T> PoolItem<T>::pool = boost::fast_pool_allocator<T>();
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPoolItem.h16 class PoolItem{
18 PoolItem(){ in PoolItem() function
21 virtual ~PoolItem(){ in ~PoolItem()
47 boost::fast_pool_allocator<T> PoolItem<T>::pool = boost::fast_pool_allocator<T>();
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPoolItem.h16 class PoolItem{
18 PoolItem(){ in PoolItem() function
21 virtual ~PoolItem(){ in ~PoolItem()
47 boost::fast_pool_allocator<T> PoolItem<T>::pool = boost::fast_pool_allocator<T>();
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DPoolItem.h16 class PoolItem{
18 PoolItem(){ in PoolItem() function
21 virtual ~PoolItem(){ in ~PoolItem()
47 boost::fast_pool_allocator<T> PoolItem<T>::pool = boost::fast_pool_allocator<T>();
/dports/news/pan/pan-0.145/pan/tasks/
H A Dnntp-pool.h119 struct PoolItem { struct
124 typedef std::vector<PoolItem> pool_items_t; argument
H A Dnntp-pool.cc259 PoolItem i; in on_nntp_done()
338 PoolItem * item (0); in idle_upkeep()
/dports/games/openttd/openttd-12.1/src/
H A Dstory_base.h139 struct StoryPageElement : StoryPageElementPool::PoolItem<&_story_page_element_pool> {
159 struct StoryPage : StoryPagePool::PoolItem<&_story_page_pool> {
H A Dgoal_base.h21 struct Goal : GoalPool::PoolItem<&_goal_pool> {
H A Dsigns_base.h22 struct Sign : SignPool::PoolItem<&_sign_pool> {
H A Dautoreplace_base.h33 struct EngineRenew : EngineRenewPool::PoolItem<&_enginerenew_pool> {
H A Ddepot_base.h19 struct Depot : DepotPool::PoolItem<&_depot_pool> {
H A Deconomy_base.h24 struct CargoPayment : CargoPaymentPool::PoolItem<&_cargo_payment_pool> {
H A Dsubsidy_base.h22 struct Subsidy : SubsidyPool::PoolItem<&_subsidy_pool> {
H A Dobject_base.h23 struct Object : ObjectPool::PoolItem<&_object_pool> {
H A Dorder_backup.h36 struct OrderBackup : OrderBackupPool::PoolItem<&_order_backup_pool>, BaseConsist {
H A Dorder_base.h33 struct Order : OrderPool::PoolItem<&_order_pool> {
253 struct OrderList : OrderListPool::PoolItem<&_orderlist_pool> {
H A Dgroup.h72 struct Group : GroupPool::PoolItem<&_group_pool> {
H A Droadstop_base.h22 struct RoadStop : RoadStopPool::PoolItem<&_roadstop_pool> {
H A Dcompany_base.h115 struct Company : CompanyProperties, CompanyPool::PoolItem<&_company_pool> {
H A Dnewgrf_storage.h221 struct PersistentStorage : PersistentStorageArray<int32, 256>, PersistentStoragePool::PoolItem<&_pe…
H A Dengine_base.h27 struct Engine : EnginePool::PoolItem<&_engine_pool> {
H A Dindustry.h66 struct Industry : IndustryPool::PoolItem<&_industry_pool> {
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_base.h24 struct NetworkClientInfo : NetworkClientInfoPool::PoolItem<&_networkclientinfo_pool> {
H A Dnetwork_server.h24 class ServerNetworkGameSocketHandler : public NetworkClientSocketPool::PoolItem<&_networkclientsock…

123