Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/
DVersionedIDevice.cpp131 bool VersionedIDevice::operator==(nullptr_t) { in operator ==() argument
135 bool VersionedIDevice::operator!=(nullptr_t) { in operator !=() argument
/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient.h246 std::nullptr_t) { in SendVector()
251 Status<T> SendVector(int opcode, std::nullptr_t, in SendVector()
/frameworks/base/libs/androidfw/include/androidfw/
DUtil.h48 constexpr unique_cptr(std::nullptr_t) : ptr_(nullptr) {} in unique_cptr()
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_display_manager-test.cpp30 DvrSurfaceAttribute MakeAttribute(DvrSurfaceAttributeKey key, nullptr_t) { in MakeAttribute() argument