| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | Converter.cpp | 33 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 …]
|
| D | Converter.h | 258 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/ |
| D | json_value_converter.cc | 10 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
|
| D | json_value_converter.h | 207 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/ |
| D | ms_tensor_ref.cc | 20 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/ |
| D | debug_utils-inl.h | 24 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
|
| D | node_options-inl.h | 160 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/ |
| D | base_functions.sh | 4 function Convert() { function
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLTypeReference.cpp | 15 std::unique_ptr<TypeReference> TypeReference::Convert(const Context& context, in Convert() function in SkSL::TypeReference
|
| D | SkSLPostfixExpression.cpp | 17 std::unique_ptr<Expression> PostfixExpression::Convert(const Context& context, in Convert() function in SkSL::PostfixExpression
|
| D | SkSLDoStatement.cpp | 17 std::unique_ptr<Statement> DoStatement::Convert(const Context& context, in Convert() function in SkSL::DoStatement
|
| D | SkSLConstructorScalarCast.cpp | 16 std::unique_ptr<Expression> ConstructorScalarCast::Convert(const Context& context, in Convert() function in SkSL::ConstructorScalarCast
|
| D | SkSLConstructorArray.cpp | 15 std::unique_ptr<Expression> ConstructorArray::Convert(const Context& context, in Convert() function in SkSL::ConstructorArray
|
| D | SkSLTernaryExpression.cpp | 19 std::unique_ptr<Expression> TernaryExpression::Convert(const Context& context, in Convert() function in SkSL::TernaryExpression
|
| D | SkSLFieldAccess.cpp | 17 std::unique_ptr<Expression> FieldAccess::Convert(const Context& context, in Convert() function in SkSL::FieldAccess
|
| D | SkSLConstructorStruct.cpp | 15 std::unique_ptr<Expression> ConstructorStruct::Convert(const Context& context, in Convert() function in SkSL::ConstructorStruct
|
| D | SkSLIfStatement.cpp | 38 std::unique_ptr<Statement> IfStatement::Convert(const Context& context, int line, bool isStatic, in Convert() function in SkSL::IfStatement
|
| D | SkSLConstructor.cpp | 150 std::unique_ptr<Expression> Constructor::Convert(const Context& context, in Convert() function in SkSL::Constructor
|
| D | SkSLVariable.cpp | 31 std::unique_ptr<Variable> Variable::Convert(const Context& context, int line, in Convert() function in SkSL::Variable
|
| D | SkSLVarDeclarations.cpp | 157 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/ |
| D | IntReader.cs | 27 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/ |
| D | converters.cc | 76 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/ |
| D | optional_test.cc | 411 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/ |
| D | optional_test.cc | 411 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/ |
| D | converter.cc | 80 schema::MetaGraphT *Converter::Convert(const std::unique_ptr<converter::Flags> &flag) { in Convert() function in mindspore::lite::Converter
|