HomeSort by relevance Sort by last modified time
    Searched refs:nullptr_t (Results 51 - 75 of 293) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 146 shared_ptr(nullptr_t __p, _Deleter __d)
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
265 constexpr shared_ptr(nullptr_t __p) noexcept
333 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
338 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
349 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
354 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
368 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
373 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
384 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcep
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 146 shared_ptr(nullptr_t __p, _Deleter __d)
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
265 constexpr shared_ptr(nullptr_t __p) noexcept
333 operator==(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
338 operator==(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
349 operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
354 operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
368 operator<(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
373 operator<(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
384 operator<=(const shared_ptr<_Tp>& __a, nullptr_t) noexcep
    [all...]
  /external/clang/lib/Headers/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /external/skia/src/utils/win/
SkTScopedComPtr.h 42 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {}
54 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
  /external/skqp/src/utils/win/
SkTScopedComPtr.h 42 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {}
54 SkTScopedComPtr& operator=(std::nullptr_t) { this->reset(); return *this; }
  /libnativehelper/header_only_include/nativehelper/
scoped_local_ref.h 77 bool operator==(std::nullptr_t) const {
82 bool operator!=(std::nullptr_t) const {
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef in namespace:std
110 using ::std::nullptr_t;

Completed in 502 milliseconds

1 23 4 5 6 7 8 91011>>