Home
last modified time | relevance | path

Searched refs:sell_list (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop_confirm.cpp147 map<uint32, ShopObject*>* sell_list = ShopMode::CurrentInstance()->GetSellList(); in MakeActive() local
155 sell_vector.reserve(sell_list->size()); in MakeActive()
167 for (map<uint32, ShopObject*>::iterator i = sell_list->begin(); i != sell_list->end(); i++) { in MakeActive()
707 map<uint32, ShopObject*>* sell_list = ShopMode::CurrentInstance()->GetSellList(); in _LeaveInterface() local
714 for (map<uint32, ShopObject*>::iterator i = sell_list->begin(); i != sell_list->end(); i++) { in _LeaveInterface()
716 sell_list->erase(i); in _LeaveInterface()
H A Dshop_leave.cpp131 map<uint32, ShopObject*>* sell_list = ShopMode::CurrentInstance()->GetSellList(); in MakeActive() local
139 sell_vector.reserve(sell_list->size()); in MakeActive()
151 for (map<uint32, ShopObject*>::iterator i = sell_list->begin(); i != sell_list->end(); i++) { in MakeActive()