mock_file_change_observer.h | 35 create_file_count_ = 0; 44 return create_file_count_ == 0 && 52 int create_file_count() const { return create_file_count_; } 60 int tmp = create_file_count_; 61 create_file_count_ = 0; 91 int create_file_count_; member in class:fileapi::MockFileChangeObserver
|