Lines Matching defs:ChildFormattedIoStatementState
50 template <Direction, typename CHAR = char> class ChildFormattedIoStatementState;
248 ChildFormattedIoStatementState<Direction::Output>>,
250 ChildFormattedIoStatementState<Direction::Input>>,
558 class ChildFormattedIoStatementState : public ChildIoStatementState<DIR>,
562 RT_API_ATTRS ChildFormattedIoStatementState(ChildIo &, const CharType *format,
576 FormatControl<ChildFormattedIoStatementState> format_;
697 extern template class ChildFormattedIoStatementState<Direction::Output>;
698 extern template class ChildFormattedIoStatementState<Direction::Input>;
713 ChildFormattedIoStatementState<Direction::Output>>;
715 ChildFormattedIoStatementState<Direction::Input>>;