Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 25 of 40) 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.h201 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
219 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
236 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() function
251 bool Convert(const base::Value& value, in Convert() function
286 bool Convert(const base::Value& value, in Convert() function
322 bool Convert(const base::Value& value, in Convert() function
488 bool Convert(const base::Value& value, StructType* output) const { in Convert() function
/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/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
DSkSLSwizzle.cpp236 std::unique_ptr<Expression> Swizzle::Convert(const Context& context, in Convert() function in SkSL::Swizzle
274 std::unique_ptr<Expression> Swizzle::Convert(const Context& context, in Convert() function in SkSL::Swizzle
DSkSLIndexExpression.cpp52 std::unique_ptr<Expression> IndexExpression::Convert(const Context& context, in Convert() function in SkSL::IndexExpression
DSkSLForStatement.cpp80 std::unique_ptr<Statement> ForStatement::Convert(const Context& context, int line, in Convert() function in SkSL::ForStatement
DSkSLPrefixExpression.cpp148 std::unique_ptr<Expression> PrefixExpression::Convert(const Context& context, in Convert() function in SkSL::PrefixExpression
/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/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() argument
416 explicit Convert(const Explicit&) : implicit(false), move(false) {} in Convert() function
417 explicit Convert(Explicit&&) : implicit(false), move(true) {} in Convert() argument
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() function
417 explicit Convert(Explicit&&) : implicit(false), move(true) {} in Convert() argument
419 bool implicit;
420 bool move;

12