HomeSort by relevance Sort by last modified time
    Searched refs:PointerWrapper (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
pointer_wrapper.h 12 class PointerWrapper {
16 PointerWrapper(T* pointer) : pointer_(pointer) {}
17 PointerWrapper(const PointerWrapper&) = default;
18 PointerWrapper(PointerWrapper&&) = default;
19 PointerWrapper& operator=(const PointerWrapper&) = default;
20 PointerWrapper& operator=(PointerWrapper&&) = default
    [all...]
type_operators.h 158 // Compares PointerWrapper<A> and B; these are convertible if A and B are
161 struct IsConvertible<PointerWrapper<A>, B> : IsConvertible<Decay<A>, Decay<B>> {
164 struct IsConvertible<A, PointerWrapper<B>> : IsConvertible<Decay<A>, Decay<B>> {
serialization.h 253 inline constexpr std::size_t GetSerializedSize(const PointerWrapper<T>&);
301 // Overload for PointerWrapper.
303 inline constexpr std::size_t GetSerializedSize(const PointerWrapper<T>& p) {
842 inline void SerializeObject(const PointerWrapper<T>&, MessageWriter*, void*&);
    [all...]
  /external/clang/test/Analysis/
malloc-plist.c 197 struct PointerWrapper{
201 struct PointerWrapper w;
    [all...]

Completed in 114 milliseconds