Searched refs:ChildListIoStatementState (Results 1 – 4 of 4) sorted by relevance
49 template <Direction> class ChildListIoStatementState; variable232 std::reference_wrapper<ChildListIoStatementState<Direction::Output>>,233 std::reference_wrapper<ChildListIoStatementState<Direction::Input>>,536 class ChildListIoStatementState : public ChildIoStatementState<DIR>,643 extern template class ChildListIoStatementState<Direction::Output>;644 extern template class ChildListIoStatementState<Direction::Input>;
193 ChildListIoStatementState<Direction::Output>,194 ChildListIoStatementState<Direction::Input>,
1012 template class ChildListIoStatementState<Direction::Output>; variable1013 template class ChildListIoStatementState<Direction::Input>; variable
201 return &child->BeginIoStatement<ChildListIoStatementState<DIR>>( in BeginExternalListIO()