HomeSort by relevance Sort by last modified time
    Searched refs:stored_filename (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
name_storage.h 57 struct stored_filename { struct
58 stored_filename(std::string const & n = std::string()) function in struct:stored_filename
61 bool operator<(stored_filename const & rhs) const {
74 struct filename_storage : unique_storage<I, stored_filename> {
76 typedef typename unique_storage<I, stored_filename>::id_value id_value;
79 return unique_storage<I, stored_filename>::get(id).filename;
name_storage.cpp 28 stored_filename const & n = get(id);
39 stored_filename const & n = get(id);

Completed in 1323 milliseconds