OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stored_name
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libpp/
name_storage.h
22
struct
stored_name
{
struct
23
stored_name
(std::string const & n = std::string())
function in struct:stored_name
26
bool operator<(
stored_name
const & rhs) const {
36
template <typename I> struct name_storage : unique_storage<I,
stored_name
> {
38
typedef typename unique_storage<I,
stored_name
>::id_value id_value;
41
return unique_storage<I,
stored_name
>::get(id).name;
name_storage.cpp
76
stored_name
const & n = get(id);
85
stored_name
const & n = get(id);
Completed in 48 milliseconds