Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 14 of 14) 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/m133/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/skia/m133/modules/canvaskit/
Dutil.js5 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/m133/tests/graphite/
DCacheBudgetTest.cpp21 nullptr, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Dsuper_kernel_actor.h51 …: DebugAwareActor(name, type, recorder_aid, memory_manager_aid, debug_aid, nullptr), graph_(graph)… in DebugAwareActor() argument
Dkernel_actor.h70 : DebugAwareActor(name, type, recorder_aid, memory_manager_aid, debug_aid, nullptr), in DebugAwareActor() argument
/third_party/skia/tests/
DGrMeshTest.cpp106 DEF_GPUTEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { argument
/third_party/skia/m133/tests/
DGrMeshTest.cpp155 DEF_GANESH_TEST_FOR_CONTEXTS(GrMeshTest, IsContextTypeForOutputPNGs, reporter, ctxInfo, nullptr) { argument
/third_party/rust/rust/compiler/rustc_codegen_gcc/example/
Dmini_core_hello_world.rs292 let nullptr = 0 as *const (); in main() localVariable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/example/
Dmini_core_hello_world.rs310 let nullptr = 0 as *const (); in main() localVariable
/third_party/flatbuffers/include/flatbuffers/
Didl.h926 : current_namespace_(nullptr), in current_namespace_() 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 …]