Lines Matching refs:View
263 class View
278 View(off_t start, section_size_type size, const unsigned char* data, in View() function
285 ~View();
343 View(const View&);
344 View& operator=(const View&);
367 friend class View; variable
371 typedef std::map<std::pair<off_t, unsigned int>, View*> Views;
374 typedef std::list<View*> Saved_views;
381 View*
383 View** vshifted) const;
391 add_view(View*);
394 View*
399 View*
456 View* whole_file_view_;
482 File_view(File_read& file, File_read::View* view, const unsigned char* data) in File_view()
487 File_read::View* view_;