Lines Matching refs:handle_count
72 - std::map<Dispatcher::Type, int> handle_count;
73 - handle_count[Dispatcher::Type::MESSAGE_PIPE];
74 - handle_count[Dispatcher::Type::DATA_PIPE_PRODUCER];
75 - handle_count[Dispatcher::Type::DATA_PIPE_CONSUMER];
76 - handle_count[Dispatcher::Type::SHARED_BUFFER];
77 - handle_count[Dispatcher::Type::WATCHER];
78 - handle_count[Dispatcher::Type::PLATFORM_HANDLE];
79 - handle_count[Dispatcher::Type::INVITATION];
85 - ++handle_count[entry.second.dispatcher->GetType()];
89 - for (const auto& entry : handle_count) {
104 +// std::map<Dispatcher::Type, int> handle_count;
105 +// handle_count[Dispatcher::Type::MESSAGE_PIPE];
106 +// handle_count[Dispatcher::Type::DATA_PIPE_PRODUCER];
107 +// handle_count[Dispatcher::Type::DATA_PIPE_CONSUMER];
108 +// handle_count[Dispatcher::Type::SHARED_BUFFER];
109 +// handle_count[Dispatcher::Type::WATCHER];
110 +// handle_count[Dispatcher::Type::PLATFORM_HANDLE];
111 +// handle_count[Dispatcher::Type::INVITATION];
117 +// ++handle_count[entry.second.dispatcher->GetType()];
121 +// for (const auto& entry : handle_count) {