Searched defs:BluetoothNoDestructor (Results 1 – 1 of 1) sorted by relevance
29 explicit BluetoothNoDestructor(Args&&... args) in BluetoothNoDestructor() function34 explicit BluetoothNoDestructor(const T& x) { new (buff_) T(x); } in BluetoothNoDestructor() function35 explicit BluetoothNoDestructor(T&& x) { new (buff_) T(std::move(x)); } in BluetoothNoDestructor() function