Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp33 bool Converter::Convert(wgpu::Extent3D& out, const interop::GPUExtent3D& in) { in Convert() function in wgpu::binding::Converter
59 bool Converter::Convert(wgpu::Origin3D& out, const interop::GPUOrigin3DDict& in) { in Convert() function in wgpu::binding::Converter
67 bool Converter::Convert(wgpu::Color& out, const interop::GPUColor& in) { in Convert() function in wgpu::binding::Converter
96 bool Converter::Convert(wgpu::Origin3D& out, in Convert() function in wgpu::binding::Converter
113 bool Converter::Convert(wgpu::TextureAspect& out, const interop::GPUTextureAspect& in) { in Convert() function in wgpu::binding::Converter
130 bool Converter::Convert(wgpu::ImageCopyTexture& out, const interop::GPUImageCopyTexture& in) { in Convert() function in wgpu::binding::Converter
136 bool Converter::Convert(wgpu::ImageCopyBuffer& out, const interop::GPUImageCopyBuffer& in) { in Convert() function in wgpu::binding::Converter
144 bool Converter::Convert(BufferSource& out, interop::BufferSource in) { in Convert() function in wgpu::binding::Converter
165 bool Converter::Convert(wgpu::TextureDataLayout& out, const interop::GPUImageDataLayout& in) { in Convert() function in wgpu::binding::Converter
171 bool Converter::Convert(wgpu::TextureFormat& out, const interop::GPUTextureFormat& in) { in Convert() function in wgpu::binding::Converter
[all …]
DConverter.h258 inline bool Convert(const char*& out, const std::string& in) { in Convert() function
265 inline bool Convert(T& out, const T& in) { in Convert() function
274 inline bool Convert(OUT& out, const IN& in) { in Convert() function
287 inline bool Convert(OUT& out, const std::variant<IN_TYPES...>& in) { in Convert() function
294 inline bool Convert(OUT& out, const std::optional<IN>& in) { in Convert() function
307 inline bool Convert(OUT*& out, const std::optional<IN>& in) { in Convert() function
322 inline bool Convert(OUT& out, const interop::Interface<IN>& in) { in Convert() function
334 inline bool Convert(OUT*& out_els, uint32_t& out_count, const std::vector<IN>& in) { in Convert() function
352 inline bool Convert(OUT*& out_els, in Convert() function
373 inline bool Convert(OUT*& out_els, uint32_t& out_count, const std::optional<IN>& in) { in Convert() function
/third_party/gn/src/base/json/
Djson_value_converter.cc10 bool BasicValueConverter<int>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter
15 bool BasicValueConverter<std::string>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter::string
20 bool BasicValueConverter<std::u16string>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter::u16string
25 bool BasicValueConverter<double>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter
30 bool BasicValueConverter<bool>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter
Djson_value_converter.h207 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
226 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
244 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() function
260 bool Convert(const base::Value& value, in Convert() function
296 bool Convert(const base::Value& value, in Convert() function
333 bool Convert(const base::Value& value, in Convert() function
501 bool Convert(const base::Value& value, StructType* output) const { in Convert() function
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dms_tensor_ref.cc20 VectorRef MSTensorRef::Convert(const std::vector<MSTensor> &tensors) { in Convert() function in mindspore::MSTensorRef
27 std::vector<MSTensor> MSTensorRef::Convert(const BaseRef &args) { in Convert() function in mindspore::MSTensorRef
/third_party/node/src/
Ddebug_utils-inl.h24 static std::string Convert(const T& value) { return std::to_string(value); } in Convert() function
25 static std::string Convert(const char* value) { in Convert() function
28 static std::string Convert(const std::string& value) { return value; } in Convert() function
29 static std::string Convert(bool value) { return value ? "true" : "false"; } in Convert() function
Dnode_options-inl.h160 auto OptionsParser<Options>::Convert( in Convert() function
185 auto OptionsParser<Options>::Convert( in Convert() function
197 auto OptionsParser<Options>::Convert( in Convert() function
/third_party/mindspore/mindspore/lite/test/st/scripts/
Dbase_functions.sh4 function Convert() { function
/third_party/skia/src/sksl/ir/
DSkSLTypeReference.cpp15 std::unique_ptr<TypeReference> TypeReference::Convert(const Context& context, in Convert() function in SkSL::TypeReference
DSkSLPostfixExpression.cpp17 std::unique_ptr<Expression> PostfixExpression::Convert(const Context& context, in Convert() function in SkSL::PostfixExpression
DSkSLDoStatement.cpp17 std::unique_ptr<Statement> DoStatement::Convert(const Context& context, in Convert() function in SkSL::DoStatement
DSkSLConstructorScalarCast.cpp16 std::unique_ptr<Expression> ConstructorScalarCast::Convert(const Context& context, in Convert() function in SkSL::ConstructorScalarCast
DSkSLConstructorArray.cpp15 std::unique_ptr<Expression> ConstructorArray::Convert(const Context& context, in Convert() function in SkSL::ConstructorArray
DSkSLTernaryExpression.cpp19 std::unique_ptr<Expression> TernaryExpression::Convert(const Context& context, in Convert() function in SkSL::TernaryExpression
DSkSLFieldAccess.cpp17 std::unique_ptr<Expression> FieldAccess::Convert(const Context& context, in Convert() function in SkSL::FieldAccess
DSkSLConstructorStruct.cpp15 std::unique_ptr<Expression> ConstructorStruct::Convert(const Context& context, in Convert() function in SkSL::ConstructorStruct
DSkSLIfStatement.cpp38 std::unique_ptr<Statement> IfStatement::Convert(const Context& context, int line, bool isStatic, in Convert() function in SkSL::IfStatement
DSkSLConstructor.cpp150 std::unique_ptr<Expression> Constructor::Convert(const Context& context, in Convert() function in SkSL::Constructor
DSkSLVariable.cpp31 std::unique_ptr<Variable> Variable::Convert(const Context& context, int line, in Convert() function in SkSL::Variable
DSkSLVarDeclarations.cpp157 std::unique_ptr<Statement> VarDeclaration::Convert(const Context& context, in Convert() function in SkSL::VarDeclaration
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DIntReader.cs27 internal static void Convert(Org.Brotli.Dec.IntReader ir, int intLen) in Convert() method in Org.Brotli.Dec.IntReader
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dconverters.cc76 lite::InnerContext *ContextUtils::Convert(Context *context) { in Convert() function in mindspore::ContextUtils
120 lite::InnerContext *ContextUtils::Convert(const ContextC *context_c) { in Convert() function in mindspore::ContextUtils
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc411 struct Convert { struct
412 Convert(const Implicit&) // NOLINT(runtime/explicit) in Convert() argument
414 Convert(Implicit&&) // NOLINT(runtime/explicit) in Convert() function
416 explicit Convert(const Explicit&) : implicit(false), move(false) {} in Convert() function
417 explicit Convert(Explicit&&) : implicit(false), move(true) {} in Convert() function
419 bool implicit;
420 bool move;
/third_party/abseil-cpp/absl/types/
Doptional_test.cc411 struct Convert { struct
412 Convert(const Implicit&) // NOLINT(runtime/explicit) in Convert() function
414 Convert(Implicit&&) // NOLINT(runtime/explicit) in Convert() function
416 explicit Convert(const Explicit&) : implicit(false), move(false) {} in Convert() argument
417 explicit Convert(Explicit&&) : implicit(false), move(true) {} in Convert() function
419 bool implicit;
420 bool move;
/third_party/mindspore/mindspore/lite/tools/converter/
Dconverter.cc80 schema::MetaGraphT *Converter::Convert(const std::unique_ptr<converter::Flags> &flag) { in Convert() function in mindspore::lite::Converter

12