Home
last modified time | relevance | path

Searched defs:Instance (Results 1 – 25 of 67) sorted by relevance

123

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_api_internal.h16 struct Benchmark::Instance { struct
37 std::vector<Benchmark::Instance>* benchmarks, argument
/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.h57 struct Instance { struct
58 Instance(const SkIRect& fillIBounds, const SkMatrix& m, in Instance() function
71 AtlasInstancedHelper::Instance fAtlasInstance; argument
72 Instance* fNext = nullptr; argument
DAtlasInstancedHelper.h60 struct Instance { struct
61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() argument
75 void writeInstanceData(VertexWriter* instanceWriter, const Instance*) const; argument
DFillRRectOp.cpp114 struct Instance { struct in skgpu::v1::FillRRectOp::__anon6b52de440111::FillRRectOpImpl
115 Instance(const SkMatrix& viewMatrix, const SkRRect& rrect, const SkRect& localRect, in Instance() argument
118 SkMatrix fViewMatrix;
119 SkRRect fRRect;
120 SkRect fLocalRect;
121 SkPMColor4f fColor;
122 Instance* fNext = nullptr;
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathProcessor.h36 struct Instance { struct
47 GR_STATIC_ASSERT(4 * 12 == sizeof(Instance)); argument
/third_party/mindspore/mindspore/core/utils/
Dms_exception.h30 static MsException &Instance() { in Instance() function
64 static StaticAnalysisException &Instance() { in Instance() function
Dsingleton.h29 static T &Instance(_Args... args) { in Instance() function
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerFuzzer.h22 class Instance; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor_manager.h28 static ExecutorManager &Instance() { in Instance() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/parallel_stub/
Dexecutor_manager_stub.h29 static ExecutorManager &Instance() { in Instance() function
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DModuleAndClassWithSameNameAndCommonRoot.ts23 export var Instance = new A(); variable
DClassAndModuleWithSameNameAndCommonRootES6.ts33 export var Instance = new A(); variable
DClassAndModuleWithSameNameAndCommonRoot.ts32 export var Instance = new A(); variable
/third_party/typescript/tests/cases/conformance/salsa/
DconstructorFunctions3.ts6 function Instance() { function
/third_party/mindspore/mindspore/lite/src/registry/
Dkernel_interface_registry.h32 static KernelInterfaceRegistry *Instance() { in Instance() function
/third_party/typescript/tests/cases/compiler/
DvueLikeDataAndPropsInference.ts1 interface Instance { interface
DvueLikeDataAndPropsInference2.ts1 interface Instance { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLabel.h25 unsigned Instance; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkInstance.hpp24 class Instance class
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dglobal_context.cc41 GlobalContext *GlobalContext::Instance() { in Instance() function in mindspore::dataset::GlobalContext
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/model/
Dop_register.h34 static OpRegistry &Instance() { in Instance() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dconst_input_to_attr_registry.cc89 ConstInputToAttrInfoRegistry &ConstInputToAttrInfoRegistry::Instance() { in Instance() function in mindspore::opt::ConstInputToAttrInfoRegistry
/third_party/mindspore/mindspore/lite/src/ops/
Dschema_register.h27 static SchemaRegisterImpl *Instance() { in Instance() function
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/expanders/
Dexpander_factory.h31 static OpExpanderFactory &Instance() { in Instance() function
/third_party/typescript/tests/baselines/reference/
DvueLikeDataAndPropsInference.js6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data

123