Searched refs:GetNextInputBytes (Results 1 – 7 of 7) sorted by relevance
34 std::size_t IoStatementBase::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::IoStatementBase106 std::size_t InternalIoStatementState<DIR, CHAR>::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::InternalIoStatementState108 return unit_.GetNextInputBytes(p, *this); in GetNextInputBytes()388 std::size_t ExternalIoStatementState<DIR>::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::ExternalIoStatementState389 return unit().GetNextInputBytes(p, *this); in GetNextInputBytes()515 std::size_t IoStatementState::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::IoStatementState517 [&](auto &x) { return x.get().GetNextInputBytes(p); }, u_); in GetNextInputBytes()576 std::size_t bytes{GetNextInputBytes(p)}; in GetCurrentChar()947 std::size_t ChildIoStatementState<DIR>::GetNextInputBytes(const char *&p) { in GetNextInputBytes() function in Fortran::runtime::io::ChildIoStatementState948 return child_.parent().GetNextInputBytes(p); in GetNextInputBytes()
34 std::size_t GetNextInputBytes(const char *&, IoErrorHandler &);
96 std::size_t GetNextInputBytes(const char *&);263 std::size_t GetNextInputBytes(const char *&);349 std::size_t GetNextInputBytes(const char *&);438 std::size_t GetNextInputBytes(const char *&);505 std::size_t GetNextInputBytes(const char *&);
87 std::size_t InternalDescriptorUnit<DIR>::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::InternalDescriptorUnit
87 std::size_t GetNextInputBytes(const char *&, IoErrorHandler &);
388 std::size_t got{io.GetNextInputBytes(str)}; in TryFastPathRealInput()721 ready = io.GetNextInputBytes(input); in EditCharacterInput()
365 std::size_t ExternalFileUnit::GetNextInputBytes( in GetNextInputBytes() function in Fortran::runtime::io::ExternalFileUnit