Home
last modified time | relevance | path

Searched refs:map_ptr (Results 1 – 4 of 4) sorted by relevance

/system/incremental_delivery/incfs/util/include/util/
Dmap_ptr.h49 struct map_ptr;
80 map_ptr<T> data() const { in data()
81 return map_ptr<T>(verification_enabled_ ? this : nullptr, in data()
114 friend struct map_ptr;
120 using verified_map_ptr = map_ptr<T, true>;
131 struct map_ptr final {
137 friend struct map_ptr;
154 friend struct map_ptr<T, Verified>;
156 using value_type = const map_ptr<T>;
195 explicit const_iterator(const map_ptr<T>& ptr) : safe_ptr_(ptr) {}
[all …]
/system/bt/btcore/src/
Dmodule.cc147 auto map_ptr = metadata.find(module); in get_module_state() local
149 return (map_ptr != metadata.end()) ? map_ptr->second : MODULE_STATE_NONE; in get_module_state()
/system/bt/bta/gatt/
Dbta_gattc_queue.cc114 auto map_ptr = gatt_op_queue.find(conn_id); in gatt_execute_next_op() local
115 if (map_ptr == gatt_op_queue.end() || map_ptr->second.empty()) { in gatt_execute_next_op()
128 std::list<gatt_operation>& gatt_ops = map_ptr->second; in gatt_execute_next_op()
/system/incremental_delivery/incfs/
DAndroid.bp112 "util/map_ptr.cpp",