Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/experimental/skottiekit/
Dhelper.js1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/skia/experimental/tskit/interface/
Dmemory.ts6 export const nullptr = 0; constant
/third_party/skia/modules/canvaskit/
Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/node/deps/v8/src/compiler/
Dpersistent-map.h118 : PersistentMap(nullptr, zone, def_value) {} in PersistentMap() argument
Dwasm-compiler.h253 : WasmGraphBuilder(env, zone, mcgraph, sig, spt, kInstanceMode, nullptr) { in WasmGraphBuilder() argument
/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h169 : MacroAssembler(nullptr, JumpTableAssemblerOptions(), in MacroAssembler() argument
/third_party/node/src/
Dmemory_tracker-inl.h42 : retainer_(nullptr) { in retainer_() argument
/third_party/skia/tests/
DGrMeshTest.cpp106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10794 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 …]