Searched defs:ConnectionState (Results 1 – 1 of 1) sorted by relevance
46 struct ConnectionState : public ConnectionAttributes { struct54 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 record87 std::optional<std::int64_t> endfileRecordNumber;111 ConnectionState saved_; argument