Searched refs:num_io_handlers (Results 1 – 1 of 1) sorted by relevance
529 const size_t num_io_handlers = m_stack.size(); in CheckTopIOHandlerTypes() local530 return (num_io_handlers >= 2 && in CheckTopIOHandlerTypes()531 m_stack[num_io_handlers - 1]->GetType() == top_type && in CheckTopIOHandlerTypes()532 m_stack[num_io_handlers - 2]->GetType() == second_top_type); in CheckTopIOHandlerTypes()