Home
last modified time | relevance | path

Searched defs:decltype (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/common/
H A Dobserver_registry.h36 decltype(auto) Register(Callback<R(T...)> callback) { in decltype() function
61 decltype(auto) Register(int event_type, Callback<R(T...)> callback) { in decltype() function
/aosp12/art/runtime/
H A Dexperimental_flags.h36 constexpr operator decltype(kNone)() const { in decltype() function
54 constexpr ExperimentalFlags operator&(const decltype(kNone)& b) const { in decltype() function
/aosp12/hardware/libhardware/tests/input/evdev/
H A DTestHelpers.h34 decltype(auto) delay_async(Duration&& delay, Function&& task) in decltype() function
/aosp12/hardware/interfaces/configstore/utils/include/configstore/
H A DUtils.h67 decltype(V::value) get(const decltype(V::value) &defValue) { in decltype() function
/aosp12/system/iorap/src/common/
H A Dtype.h163 constexpr decltype(auto) aliasing_forward(U&& val) noexcept { in decltype() function