Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dconstruct.h69 struct Construct { struct
85 /// Constructor argument
121 const Construct* const parent = nullptr; argument
124 const Construct* const enclosing_loop = nullptr; argument
127 const Construct* const enclosing_continue = nullptr; argument
133 const Construct* const enclosing_loop_or_continue_or_switch = nullptr; argument
154 using ConstructList = std::vector<std::unique_ptr<Construct>>; argument
Dconstruct.cc21 Construct::Construct(const Construct* the_parent, in Construct() function in tint::reader::spirv::Construct
/third_party/boost/libs/type_traits/test/
Denable_if_test.cpp27 class Construct { class
30 Construct(T, typename boost::enable_if_<Check<T>::value>::type* = 0) in Construct() function in Construct
33 Construct(T, typename boost::enable_if_<!Check<T>::value>::type* = 0) in Construct() function in Construct
/third_party/mindspore/mindspore/ccsrc/cxx_api/ops/
Dops.cc35 std::vector<Output> Conv2D::Construct(const std::vector<Input> &inputs) { in Construct() function in mindspore::Conv2D
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp22 Construct::Construct(ConstructType construct_type, in Construct() function in libspirv::Construct
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h35 virtual std::vector<Output> Construct(const std::vector<Input> &inputs) { return {}; } in Construct() function
/third_party/mindspore/include/api/
Dcell.h36 virtual std::vector<Output> Construct(const std::vector<Input> &inputs) { return {}; } in Construct() function
/third_party/skia/include/sksl/
DDSLType.h155 static DSLPossibleExpression Construct(DSLType type, DSLVarBase& var, Args&&... args) { in Construct() function
161 static DSLPossibleExpression Construct(DSLType type, DSLExpression expr, Args&&... args) { in Construct() function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp238 DSLPossibleExpression DSLType::Construct(DSLType type, SkSpan<DSLExpression> argArray) { in Construct() function in SkSL::dsl::DSLType
/third_party/spirv-tools/source/val/
Dconstruct.cpp27 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp27 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp27 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h130 void Construct(Args&&... args) { in Construct() function
Darena.h448 static T* Construct(void* ptr, Args&&... args) { in Construct() function
/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js49 Construct: 'https://ecma-international.org/ecma-262/6.0/#sec-construct', property
D2017.js51 Construct: 'https://ecma-international.org/ecma-262/8.0/#sec-construct', property
D2016.js50 Construct: 'https://ecma-international.org/ecma-262/7.0/#sec-construct', property
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1133 const ast::CallExpression* Construct(ARGS&&... args) { in Construct() function
1142 const ast::CallExpression* Construct(const ast::Type* type, ARGS&&... args) { in Construct() function
1152 const ast::CallExpression* Construct(const Source& source, in Construct() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h260 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() function
/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h236 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc230 Construct, enumerator
/third_party/typescript/lib/
Dtsserverlibrary.d.ts2688 Construct = 1 enumerator
DtypescriptServices.d.ts2688 Construct = 1 enumerator
Dtypescript.d.ts2688 Construct = 1 enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2702 Construct = 1 enumerator

12