Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 - 25 of 463) sorted by relevance

12345678910>>...19

/third_party/skia/experimental/skottiekit/
H A Dhelper.js1 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/skia/modules/canvaskit/
H A Dutil.js5 var nullptr = 0; // emscripten doesn't like to take null as uintptr_t variable
/third_party/json/tests/abi/config/
H A Dconfig.hpp21 std::string namespace_name(std::string ns, T* /*unused*/ = nullptr) // NOLINT(performance-unnecessary-value-param) in namespace_name() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DImmutableString_test.cpp29 SetGlobalPoolAllocator(nullptr); variable
H A DEmulateGLBaseVertexBaseInstance_test.cpp28 CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr, ShCompileOptions compileOptions = SH_VARIABLES) CheckCompileFailure() argument
H A DEmulateGLDrawID_test.cpp28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dphony_expression_test.cc24 EXPECT_NE(Phony(), nullptr); in TEST_F() local
/third_party/skia/docs/examples/
H A DPixmap_bounds.cpp9 SkPixmap pixmap(SkImageInfo::MakeA8(width, height), nullptr, width); in REG_FIDDLE() local
H A Dskpaint_radial.cpp9 nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE() local
H A Dskpaint_2pt.cpp10 nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE() local
H A Dradial_gradient_shader_with_animated_color.cpp12 colors, nullptr, 2, SkTileMode::kClamp, 0, nullptr)); in REG_FIDDLE_ANIMATED() local
/third_party/icu/icu4c/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
H A Dbytesinkutil.h40 appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, ByteSink &sink, Edits *edits = nullptr) appendCodePoint() argument
/third_party/node/deps/icu-small/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
H A Dbytesinkutil.h40 appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, ByteSink &sink, Edits *edits = nullptr) appendCodePoint() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLReadinessCheckTest.cpp26 ASSERT_NE(strstr(extensionString, "EGL_ANGLE_platform_angle"), nullptr); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp72 : nullptr; in getInnerMostLoop() variable
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dmutex.h58 Mutex(UMutex *mutex = nullptr) : fMutex(mutex) { in Mutex() argument
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.h41 GrSWMaskHelper(SkAutoPixmapStorage* pixels = nullptr) in GrSWMaskHelper() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h60 MSVCPExpected( OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
67 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
74 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) MSVCPExpected() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) internalizeModule() argument
/third_party/skia/gm/
H A Dclip_sierpinski_region.cpp31 canvas->saveLayer(SkRect::MakeXYWH(kTrans, kTrans, 1000, 1000), nullptr); in DEF_SIMPLE_GM() local
/third_party/skia/bench/
H A DTileImageFilterBench.cpp41 SkRect::MakeWH(50, 50), SkRect::MakeWH(WIDTH, HEIGHT), nullptr)); variable
/third_party/node/deps/v8/src/wasm/
H A Dlocal-decl-encoder.h24 explicit LocalDeclEncoder(Zone* zone, const FunctionSig* s = nullptr) in LocalDeclEncoder() argument
/third_party/node/deps/v8/src/flags/
H A Dflags.h24 HelpOptions(ExitBehavior exit_behavior = kExit, const char* usage = nullptr) HelpOptions() argument

Completed in 6 milliseconds

12345678910>>...19