Searched refs:ExternalUnformattedIoStatementState (Results 1 – 5 of 5) sorted by relevance
47 template <Direction> class ExternalUnformattedIoStatementState; variable227 ExternalUnformattedIoStatementState<Direction::Output>>,229 ExternalUnformattedIoStatementState<Direction::Input>>,482 class ExternalUnformattedIoStatementState637 extern template class ExternalUnformattedIoStatementState<Direction::Output>;638 extern template class ExternalUnformattedIoStatementState<Direction::Input>;
151 ExternalUnformattedIoStatementState<Direction::Output>,152 ExternalUnformattedIoStatementState<Direction::Input>, InquireUnitState,
885 bool ExternalUnformattedIoStatementState<DIR>::Receive( in Receive()1006 template class ExternalUnformattedIoStatementState<Direction::Output>; variable1007 template class ExternalUnformattedIoStatementState<Direction::Input>; variable
329 unit->BeginIoStatement<ExternalUnformattedIoStatementState<DIR>>( in BeginUnformattedIO()1082 ExternalUnformattedIoStatementState<Direction::Output>>()}) { in IONAME()1102 io.get_if<ExternalUnformattedIoStatementState<Direction::Input>>()}) { in IONAME()
332 auto *externalUnf{io.get_if<ExternalUnformattedIoStatementState<DIR>>()}; in UnformattedDescriptorIO()