HomeSort by relevance Sort by last modified time
    Searched defs:UserPointer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/mojo/system/
memory.h 76 // Provides a convenient way to implicitly get null |UserPointer<Type>|s.
85 class UserPointer {
93 // |UserPointer<void>|.)
94 UserPointer() : pointer_(nullptr) {}
95 explicit UserPointer(Type* pointer) : pointer_(pointer) {}
97 UserPointer(NullUserPointer) : pointer_(nullptr) {}
98 ~UserPointer() {}
101 UserPointer<Type>& operator=(NullUserPointer) {
106 // Allow conversion to a "non-const" |UserPointer|.
107 operator UserPointer<const Type>() const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesp.h 61 inline UserHook *UserPointer()
73 UserHook* uptr = UserPointer();
82 UserHook* uptr = UserPointer();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 61 inline UserHook *UserPointer()
73 UserHook* uptr = UserPointer();
82 UserHook* uptr = UserPointer();

Completed in 345 milliseconds