Home
last modified time | relevance | path

Searched refs:constructor_ (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.h77 const Expression* Constructor() const { return constructor_; } in Constructor()
82 constructor_ = constructor; in SetConstructor()
97 const Expression* constructor_ = nullptr; variable
/third_party/mindspore/patches/
D0003-add-js-api.patch1491 + static thread_local napi_ref constructor_;
1557 + static thread_local napi_ref constructor_;
1638 + static thread_local napi_ref constructor_;
2076 +thread_local napi_ref MSLiteModelNapi::constructor_ = nullptr;
2183 + status = napi_create_reference(env, constructor, REFERENCE_CREATION_COUNT, &constructor_);
2893 + status = napi_get_reference_value(env, constructor_, &constructor);
4718 +thread_local napi_ref MSTensorNapi::constructor_ = nullptr;
4812 + if (constructor_ != nullptr) {
4813 + napi_get_reference_value(env, constructor_, &cons);
4837 + status = napi_create_reference(env, cons, 1, &constructor_);
[all …]
/third_party/node/deps/v8/src/ast/
Dast.h2487 FunctionLiteral* constructor() const { return constructor_; } in constructor()
2534 constructor_(constructor), in ClassLiteral()
2550 FunctionLiteral* constructor_; variable
/third_party/node/deps/npm/node_modules/safer-buffer/
DPorting-Buffer.md155 hard-coded) and _is not caused by the deprecation of Buffer constructor_ — it's exactly _why_ the