Searched defs:RandomAccessFileEntity (Results 1 – 3 of 3) sorted by relevance
26 struct RandomAccessFileEntity { struct27 std::unique_ptr<FDGuard> fd_;28 size_t fpointer = 0;
26 struct RandomAccessFileEntity { struct27 std::unique_ptr<DistributedFS::FDGuard> fd = { nullptr };28 int64_t filePointer = 0;
26 struct RandomAccessFileEntity { struct27 std::unique_ptr<FDGuard> fd_ = { nullptr };28 size_t fpointer;