Searched defs:MemoryFileDescriptor (Results 1 – 1 of 1) sorted by relevance
86 struct MemoryFileDescriptor struct88 int fd = -1;90 explicit MemoryFileDescriptor(const std::string& filename) : in MemoryFileDescriptor() function95 MemoryFileDescriptor(MemoryFileDescriptor&& other) noexcept : fd(other.fd) in MemoryFileDescriptor() function102 ~MemoryFileDescriptor() in ~MemoryFileDescriptor()110 bool rewind() const in rewind()