OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_value
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil++/
unique_storage.h
30
* and this is the value returned by a stored
id_value
46
struct
id_value
{
struct in class:unique_storage
48
id_value
() : id(0) {}
function in struct:unique_storage::id_value
55
bool operator<(
id_value
const & rhs) const {
59
bool operator==(
id_value
const & rhs) const {
63
bool operator!=(
id_value
const & rhs) const {
72
explicit
id_value
(size_type s) : id(s) {}
function in struct:unique_storage::id_value
80
id_value
const create(V const & value) {
81
typename id_map::value_type val(value,
id_value
(values.size()));
92
V const & get(
id_value
const & id) const
[
all
...]
/external/oprofile/libpp/
name_storage.h
38
typedef typename unique_storage<I, stored_name>::
id_value
id_value
;
typedef in struct:name_storage
40
std::string const & name(
id_value
const & id) const {
48
typedef name_storage<debug_name_tag>::
id_value
debug_name_id;
76
typedef typename unique_storage<I, stored_filename>::
id_value
id_value
;
typedef in struct:filename_storage
78
std::string const & name(
id_value
const & id) const {
85
typedef filename_storage<image_name_tag>::
id_value
image_name_id;
125
typedef name_storage<symbol_name_tag>::
id_value
symbol_name_id;
Completed in 183 milliseconds