Home
last modified time | relevance | path

Searched defs:stored_name (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/libpp/
Dname_storage.h22 struct stored_name { struct
26 bool operator<(stored_name const & rhs) const { argument
36 template <typename I> struct name_storage : unique_storage<I, stored_name> { argument