Home
last modified time | relevance | path

Searched refs:load_requests (Results 1 – 3 of 3) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DLoader.cpp84 static LoadRequests load_requests; variable
106 load_requests.clear(); in LDR_BeginRegistering()
124 load_requests.push_back(lr); in LDR_Register()
133 ENSURE(!load_requests.empty()); in LDR_EndRegistering()
138 …total_estimated_duration = std::accumulate(load_requests.begin(), load_requests.end(), 0.0, Durati… in LDR_EndRegistering()
215 while(!load_requests.empty()) in LDR_ProgressiveLoad()
218 const LoadRequest& lr = load_requests.front(); in LDR_ProgressiveLoad()
240 load_requests.pop_front(); in LDR_ProgressiveLoad()
296 if(!load_requests.empty()) in LDR_ProgressiveLoad()
297 new_description = load_requests.front().description.c_str(); in LDR_ProgressiveLoad()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h390 vector<uint32> load_requests; variable
H A DStickersManager.cpp3003 for (auto load_request_id : sticker_set->load_requests) { in update_load_requests()
3007 sticker_set->load_requests.clear(); in update_load_requests()
3898 sticker_set->load_requests.push_back(load_request_id); in load_sticker_sets()
3899 if (sticker_set->load_requests.size() == 1u) { in load_sticker_sets()
3932 if (!sticker_set->load_requests.empty()) { in load_sticker_sets_without_stickers()
3933 sticker_set->load_requests.push_back(load_request_id); in load_sticker_sets_without_stickers()