Searched defs:nullptr (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/experimental/skottiekit/ |
| D | helper.js | 1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
|
| /third_party/skia/experimental/tskit/interface/ |
| D | memory.ts | 6 export const nullptr = 0; constant
|
| /third_party/skia/modules/canvaskit/ |
| D | util.js | 5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
|
| /third_party/flutter/skia/src/core/ |
| D | SkStrikeCache.cpp | 122 bool operator == (const SkStrikeCache::ExclusiveStrikePtr& lhs, decltype(nullptr)) { in operator ==() 126 bool operator == (decltype(nullptr), const SkStrikeCache::ExclusiveStrikePtr& rhs) { in operator ==()
|
| /third_party/flutter/skia/modules/canvaskit/ |
| D | helper.js | 64 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
|
| /third_party/node/src/ |
| D | memory_tracker-inl.h | 40 : retainer_(nullptr) { in retainer_() argument
|
| /third_party/libsnd/include/ |
| D | sndfile.hh | 62 #define nullptr NULL macro
|
| /third_party/openh264/module/ |
| D | gmp-openh264.cpp | 90 # define nullptr __null macro
|
| /third_party/skia/tests/ |
| D | GrMeshTest.cpp | 106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 10794 RefPtr(decltype(nullptr)) in RefPtr() 10843 operator=(decltype(nullptr)) in operator =() 11234 operator==(const RefPtr<T>& aLhs, decltype(nullptr)) in operator ==() 11241 operator==(decltype(nullptr), const RefPtr<T>& aRhs) in operator ==() 11248 operator!=(const RefPtr<T>& aLhs, decltype(nullptr)) in operator !=() 11255 operator!=(decltype(nullptr), const RefPtr<T>& aRhs) in operator !=() 11572 UniquePtr(decltype(nullptr)) in UniquePtr() 11616 UniquePtr& operator=(decltype(nullptr)) in operator =() 11741 UniquePtr(decltype(nullptr)) in UniquePtr() 11757 UniquePtr& operator=(decltype(nullptr)) in operator =() [all …]
|