Searched refs:map_ptr (Results 1 – 4 of 4) sorted by relevance
49 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 …]
147 auto map_ptr = metadata.find(module); in get_module_state() local149 return (map_ptr != metadata.end()) ? map_ptr->second : MODULE_STATE_NONE; in get_module_state()
114 auto map_ptr = gatt_op_queue.find(conn_id); in gatt_execute_next_op() local115 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()
112 "util/map_ptr.cpp",