Searched refs:RemainingSpaceInRecord (Results 1 – 5 of 5) sorted by relevance
15 std::size_t ConnectionState::RemainingSpaceInRecord() const { in RemainingSpaceInRecord() function in Fortran::runtime::io::ConnectionState
37 std::size_t RemainingSpaceInRecord() const;
84 io.GetConnectionState().RemainingSpaceInRecord() && in EditIntegerOutput()139 length <= connection.RemainingSpaceInRecord() || in EmitPrefix()463 auto chunk{std::min(length - put, connection.RemainingSpaceInRecord())}; in ListDirectedDefaultCharacterOutput()
157 static std::size_t RemainingSpaceInRecord(const ConnectionState &);
515 width > connection.RemainingSpaceInRecord(); in NeedAdvance()