Home
last modified time | relevance | path

Searched defs:itor (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
Devent_reactor.cpp66 for (auto &itor : timerEventHandlers_) { in CleanUp() local
115 auto itor = timerEventHandlers_.begin(); in CancelTimer() local
Devent_demultiplexer.cpp72 auto itor = eventHandlers_.find(handler->GetHandle()); in UpdateEventHandler() local
127 auto itor = eventHandlers_.find(targetFd); in Polling() local
Dtimer.cpp126 auto itor = intervalToTimers_[entry->interval].begin(); in Unregister() local
170 for (auto& itor : timers_) { in DoUnregister() local
243 for (auto itor = entryList.begin(); itor != entryList.end();) { in EraseUnusedTimerId() local
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_event_test.cpp723 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in EraseExistNode() local
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp872 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in CancelTimer() local