HomeSort by relevance Sort by last modified time
    Searched defs:id_value (Results 1 - 6 of 6) 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/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_overscan_handler.cc 106 std::string id_value; local
107 if (!args->GetString(0, &id_value)) {
112 if (!base::StringToInt64(id_value, &display_id) ||
114 LOG(ERROR) << "Invalid parameter: " << id_value;
display_options_handler.cc 42 std::string id_value; local
43 if (!args->GetString(0, &id_value)) {
49 if (!base::StringToInt64(id_value, &display_id)) {
50 LOG(ERROR) << "Invalid display id: " << id_value;
  /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;
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter.cc 102 int id_value; local
103 node.GetInteger("id", &id_value);
104 return indent + base::IntToString16(id_value) +
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 242 } id_value; member in struct:__anon5395
    [all...]

Completed in 271 milliseconds