Lines Matching refs:ChildIoStatementState
895 ChildIoStatementState<DIR>::ChildIoStatementState( in ChildIoStatementState() function in Fortran::runtime::io::ChildIoStatementState
900 MutableModes &ChildIoStatementState<DIR>::mutableModes() { in mutableModes()
905 ConnectionState &ChildIoStatementState<DIR>::GetConnectionState() { in GetConnectionState()
910 ExternalFileUnit *ChildIoStatementState<DIR>::GetExternalFileUnit() const { in GetExternalFileUnit()
914 template <Direction DIR> void ChildIoStatementState<DIR>::CompleteOperation() { in CompleteOperation()
918 template <Direction DIR> int ChildIoStatementState<DIR>::EndIoStatement() { in EndIoStatement()
926 bool ChildIoStatementState<DIR>::Emit( in Emit()
932 bool ChildIoStatementState<DIR>::Emit(const char *data, std::size_t bytes) { in Emit()
937 bool ChildIoStatementState<DIR>::Emit(const char16_t *data, std::size_t chars) { in Emit()
942 bool ChildIoStatementState<DIR>::Emit(const char32_t *data, std::size_t chars) { in Emit()
947 std::size_t ChildIoStatementState<DIR>::GetNextInputBytes(const char *&p) { in GetNextInputBytes()
952 void ChildIoStatementState<DIR>::HandleAbsolutePosition(std::int64_t n) { in HandleAbsolutePosition()
957 void ChildIoStatementState<DIR>::HandleRelativePosition(std::int64_t n) { in HandleRelativePosition()
965 : ChildIoStatementState<DIR>{child, sourceFile, sourceLine}, in ChildFormattedIoStatementState()
973 ChildIoStatementState<DIR>::CompleteOperation(); in CompleteOperation()
980 return ChildIoStatementState<DIR>::EndIoStatement(); in EndIoStatement()
1008 template class ChildIoStatementState<Direction::Output>; variable
1009 template class ChildIoStatementState<Direction::Input>; variable