Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/rs/cpp/util/
H A DTypeHelpers.h45 is_pointer = trait_pointer<TYPE>::value,
47 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
49 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
51 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
53 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
60 is_pointer = false,
/aosp12/system/core/libutils/include/utils/
H A DTypeHelpers.h46 is_pointer = trait_pointer<TYPE>::value,
48 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
50 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
52 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
54 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
61 is_pointer = false,
/aosp12/art/libartbase/base/
H A Dcasts.h152 static_assert(std::is_pointer<Dest>::value, "Dest must be a pointer."); in reinterpret_cast64()
175 static_assert(std::is_pointer<Dest>::value, "Dest must be a pointer."); in reinterpret_cast32()
H A Dstl_util.h293 static_assert(std::is_pointer<Val>::value, "Must be pointer type!");
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dconfirmationui_utils.h56 std::conditional_t<std::is_pointer<T>::value, pointer_initializer<T>,
126 static constexpr bool value = std::is_pointer<decltype(f((T*)nullptr, ""))>::value;
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DMutexGuard.h48 static_assert(!std::is_pointer<T>::value, "T must not be a raw pointer");
/aosp12/frameworks/av/media/libnblog/include/media/nblog/
H A DEvents.h139 && !std::is_pointer<T>::value, \
H A DEntry.h120 && !std::is_pointer<T>::value, in payload()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h190 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value"); in setOperandValue()
405 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value");
423 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value");
/aosp12/system/tools/aidl/
H A Daidl_to_cpp_common.cpp117 const bool is_pointer = a.IsOut() && !is_server; in WriteLogForArgument() local
118 const string value_expr = (is_pointer ? "*" : "") + var_name; in WriteLogForArgument()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h241 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value"); in setOperandValue()
522 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value");
540 static_assert(!std::is_pointer<T>(), "No operand may have a pointer as its value");
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSlice.h73 static_assert(!std::is_pointer<T>::value, "value must not be a pointer type"); in makeSlice()
/aosp12/frameworks/base/tools/aapt2/test/
H A DCommon.h208 typename = typename std::enable_if<!std::is_pointer<TValue>::value, void>::type>
/aosp12/art/runtime/
H A Dart_method.h855 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in GetNativePointer()
868 static_assert(std::is_pointer<T>::value, "T must be a pointer type"); in SetNativePointer()
/aosp12/system/iorap/src/common/
H A Dexpected.h404 template <class T, class = std::enable_if_t<std::is_pointer<T>::value>>
/aosp12/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h390 static constexpr bool value = std::is_pointer<Decayed>::value;
557 static constexpr bool value = std::is_pointer<ElementType>::value;
/aosp12/system/keymaster/ng/include/
H A Dkeymaster_tags.h305 std::conditional_t<std::is_pointer<T>::value, pointer_initializer<T>,
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_tags.h291 std::conditional_t<std::is_pointer<T>::value, pointer_initializer<T>,
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_tags.h308 std::is_pointer<ValueT>::value,
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h46 std::is_pointer<std::decay_t<U>>::value)> {};
/aosp12/system/teeui/libteeui/include/teeui/
H A Dutils.h89 static constexpr bool value = std::is_pointer<decltype(f((T*)nullptr, ""))>::value;
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem656 bool _IsCharPtr = is_pointer<_DS>::value&&