Home
last modified time | relevance | path

Searched defs:__ptr_ (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dauto_ptr.h26 _Tp* __ptr_; member
37 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() function
47 _LIBCPP_INLINE_VISIBILITY ~auto_ptr() _NOEXCEPT {delete __ptr_;} in ~auto_ptr() local
62 delete __ptr_; variable
Dallocation_guard.h78 _Pointer __ptr_; member
/external/cronet/buildtools/third_party/libc++/trunk/include/__exception/
Dnested_exception.h32 exception_ptr __ptr_; variable
Dexception_ptr.h27 void* __ptr_; variable
/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp23 element_type* __ptr_; member in shared_ptr
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg.h175 const void* __ptr_; member
196 const void* __ptr_; member