Home
last modified time | relevance | path

Searched defs:ConnectionState (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dconnection.h46 struct ConnectionState : public ConnectionAttributes { struct
54 void BeginRecord() { in BeginRecord()
60 std::optional<std::int64_t> EffectiveRecordLength() const { in EffectiveRecordLength()
67 std::optional<std::int64_t> recordLength;
83 std::optional<std::int64_t> leftTabLimit; // offset in current record
87 std::optional<std::int64_t> endfileRecordNumber;
111 ConnectionState saved_; argument