Lines Matching full:views
171 // Mark all views as no longer cached.
175 // Discard all uncached views. This is normally done by release(),
224 // Control for what views to clear.
227 // Clear uncached views not used by an archive.
229 // Clear all uncached views (including in an archive).
231 // Clear all views (i.e., we're destroying the file).
358 // The type of a mapping from page start and byte shift to views.
359 typedef std::map<std::pair<off_t, unsigned int>, View*> Views;
361 // A simple list of Views.
391 // Clear the file views.
428 // Buffered views into the file.
429 Views views_;
430 // List of views which were locked but had to be removed from views_