Searched defs:FileState (Results 1 – 3 of 3) sorted by relevance
85 struct FileState { struct86 std::string filename_;87 int64_t pos_;88 int64_t pos_at_last_sync_;89 int64_t pos_at_last_flush_;91 FileState(const std::string& filename) in FileState() argument97 FileState() : pos_(-1), pos_at_last_sync_(-1), pos_at_last_flush_(-1) {} in FileState() argument99 bool IsFullySynced() const { return pos_ <= 0 || pos_ == pos_at_last_sync_; } in IsFullySynced()
23 class FileState { class27 FileState() : refs_(0), size_(0) {} in FileState() function in leveldb::__anona299b8a90111::FileState
39 GifWord FileState, FileHandle, /* Where all this data goes to! */ member