Home
last modified time | relevance | path

Searched refs:stored_filename (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpp/
Dname_storage.h57 struct stored_filename { struct
58 stored_filename(std::string const & n = std::string())
61 bool operator<(stored_filename const & rhs) const { argument
74 struct filename_storage : unique_storage<I, stored_filename> { argument
76 typedef typename unique_storage<I, stored_filename>::id_value id_value;
79 return unique_storage<I, stored_filename>::get(id).filename; in name()
Dname_storage.cpp28 stored_filename const & n = get(id); in basename()
39 stored_filename const & n = get(id); in get_name()