Searched refs:id_value (Results 1 - 11 of 11) sorted by relevance

/external/oprofile/libutil++/
H A Dunique_storage.h30 * 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 cons
[all...]
/external/oprofile/libpp/
H A Dname_storage.h38 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;
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_gtk.cc71 int id_value; local
72 node.GetInteger("id", &id_value);
74 base::StringPrintf("id=%d", id_value),
H A Daccessibility_tree_formatter.cc105 int id_value; local
106 node.GetInteger("id", &id_value);
107 return indent + base::IntToString16(id_value) +
/external/chromium_org/extensions/browser/
H A Dadmin_policy.cc99 base::StringValue id_value(extension->id());
100 if ((whitelist && whitelist->Find(id_value) != whitelist->end()) ||
105 if ((blacklist && blacklist->Find(id_value) != blacklist->end()) ||
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.cc99 std::string id_value; local
100 if (!args->GetString(0, &id_value)) {
105 if (!base::StringToInt64(id_value, &display_id) ||
107 LOG(ERROR) << "Invalid parameter: " << id_value;
H A Ddisplay_options_handler.cc43 std::string id_value; local
44 if (!args->GetString(0, &id_value)) {
50 if (!base::StringToInt64(id_value, &display_id)) {
51 LOG(ERROR) << "Invalid display id: " << id_value;
/external/chromium_org/chrome/browser/extensions/
H A Dinstall_verifier.cc375 base::StringValue id_value(id);
376 if (whitelist && whitelist->Find(id_value) != whitelist->end())
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1044 &p_id->id_value.char_id.srvc_id,
1045 &p_id->id_value.char_id.char_id,
1051 &p_id->id_value.char_descr_id.char_id.srvc_id,
1052 &p_id->id_value.char_descr_id.char_id.char_id,
1053 &p_id->id_value.char_descr_id.descr_id);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h213 } id_value; member in struct:__anon720
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc1011 scoped_ptr<base::Value> id_value(base::Value::CreateIntegerValue(id));
1014 id_value.get(), error_value.get(), NULL);

Completed in 796 milliseconds