Home
last modified time | relevance | path

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

123456

/external/cronet/tot/base/json/
Djson_value_converter.cc12 bool BasicValueConverter<int>::Convert( in Convert() function in base::internal::BasicValueConverter
21 bool BasicValueConverter<std::string>::Convert( in Convert() function in base::internal::BasicValueConverter::string
30 bool BasicValueConverter<std::u16string>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter::u16string
39 bool BasicValueConverter<double>::Convert( in Convert() function in base::internal::BasicValueConverter
48 bool BasicValueConverter<bool>::Convert( in Convert() function in base::internal::BasicValueConverter
Djson_value_converter.h212 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
231 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
247 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() function
264 bool Convert(const base::Value& value, in Convert() function
300 bool Convert(const base::Value& value, in Convert() function
338 bool Convert(const base::Value& value, in Convert() function
505 bool Convert(const base::Value& value, StructType* output) const { in Convert() function
513 bool Convert(const base::Value::Dict& dict, StructType* output) const { in Convert() function
/external/fbjni/cxx/fbjni/detail/
DMetaConvert.h55 struct Convert { struct
70 struct Convert<void> { argument
/external/libchrome/base/json/
Djson_value_converter.cc10 bool BasicValueConverter<int>::Convert( in Convert() function in base::internal::BasicValueConverter
15 bool BasicValueConverter<std::string>::Convert( in Convert() function in base::internal::BasicValueConverter::string
20 bool BasicValueConverter<string16>::Convert( in Convert() function in base::internal::BasicValueConverter
25 bool BasicValueConverter<double>::Convert( in Convert() function in base::internal::BasicValueConverter
30 bool BasicValueConverter<bool>::Convert( in Convert() function in base::internal::BasicValueConverter
Djson_value_converter.h205 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
223 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
240 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() function
255 bool Convert(const base::Value& value, in Convert() function
291 bool Convert(const base::Value& value, in Convert() function
328 bool Convert(const base::Value& value, in Convert() function
496 bool Convert(const base::Value& value, StructType* output) const { in Convert() function
/external/cronet/stable/base/json/
Djson_value_converter.cc12 bool BasicValueConverter<int>::Convert( in Convert() function in base::internal::BasicValueConverter
21 bool BasicValueConverter<std::string>::Convert( in Convert() function in base::internal::BasicValueConverter::string
30 bool BasicValueConverter<std::u16string>::Convert(const base::Value& value, in Convert() function in base::internal::BasicValueConverter::u16string
39 bool BasicValueConverter<double>::Convert( in Convert() function in base::internal::BasicValueConverter
48 bool BasicValueConverter<bool>::Convert( in Convert() function in base::internal::BasicValueConverter
Djson_value_converter.h212 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
231 bool Convert(const base::Value& value, FieldType* field) const override { in Convert() function
247 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() function
264 bool Convert(const base::Value& value, in Convert() function
300 bool Convert(const base::Value& value, in Convert() function
338 bool Convert(const base::Value& value, in Convert() function
505 bool Convert(const base::Value& value, StructType* output) const { in Convert() function
513 bool Convert(const base::Value::Dict& dict, StructType* output) const { in Convert() function
/external/cronet/stable/testing/libfuzzer/proto/
Djson_proto_converter.cc72 std::string JsonProtoConverter::Convert(const JsonValue& json_value) { in Convert() function in json_proto::JsonProtoConverter
77 std::string JsonProtoConverter::Convert(const JsonObject& json_object) { in Convert() function in json_proto::JsonProtoConverter
82 std::string JsonProtoConverter::Convert( in Convert() function in json_proto::JsonProtoConverter
/external/cronet/tot/testing/libfuzzer/proto/
Djson_proto_converter.cc72 std::string JsonProtoConverter::Convert(const JsonValue& json_value) { in Convert() function in json_proto::JsonProtoConverter
77 std::string JsonProtoConverter::Convert(const JsonObject& json_object) { in Convert() function in json_proto::JsonProtoConverter
82 std::string JsonProtoConverter::Convert( in Convert() function in json_proto::JsonProtoConverter
/external/pytorch/c10/core/
DSymInt.cpp182 struct Convert {}; struct
185 struct Convert<SymInt> { struct
186 const SymInt& operator()(const SymInt& a) { in operator ()()
192 struct Convert<SymFloat> { struct
193 SymFloat operator()(const SymInt& a) { in operator ()()
/external/libchrome/ipc/
Dnative_handle_type_converters.cc12 Convert(native::SerializedHandle_Type type) { in Convert() function in mojo::TypeConverter::MessageAttachment::Type::SerializedHandle_Type
32 IPC::MessageAttachment::Type>::Convert(IPC::MessageAttachment::Type type) { in Convert() function in mojo::TypeConverter::SerializedHandle_Type::MessageAttachment::Type
/external/cronet/tot/ipc/
Dnative_handle_type_converters.cc12 native::SerializedHandleType>::Convert(native::SerializedHandleType type) { in Convert() function in mojo::TypeConverter::MessageAttachment::Type::SerializedHandleType
31 IPC::MessageAttachment::Type>::Convert(IPC::MessageAttachment::Type type) { in Convert() function in mojo::TypeConverter::SerializedHandleType::MessageAttachment::Type
/external/cronet/stable/ipc/
Dnative_handle_type_converters.cc12 native::SerializedHandleType>::Convert(native::SerializedHandleType type) { in Convert() function in mojo::TypeConverter::MessageAttachment::Type::SerializedHandleType
31 IPC::MessageAttachment::Type>::Convert(IPC::MessageAttachment::Type type) { in Convert() function in mojo::TypeConverter::SerializedHandleType::MessageAttachment::Type
/external/webrtc/common_audio/
Daudio_converter.cc34 void Convert(const float* const* src, in Convert() function in webrtc::CopyConverter
55 void Convert(const float* const* src, in Convert() function in webrtc::UpmixConverter
77 void Convert(const float* const* src, in Convert() function in webrtc::DownmixConverter
106 void Convert(const float* const* src, in Convert() function in webrtc::ResampleConverter
135 void Convert(const float* const* src, in Convert() function in webrtc::CompositionConverter
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtype_conversion_unittest.cc46 static test::RectPtr Convert(const RedmondRect& input) { in Convert() function
54 static RedmondRect Convert(const test::RectPtr& input) { in Convert() function
66 static test::NamedRegionPtr Convert(const RedmondNamedRegion& input) { in Convert() function
74 static RedmondNamedRegion Convert(const test::NamedRegionPtr& input) { in Convert() function
/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert.cc73 tensorflow::Status Convert(const std::string& graph_def_contents, in Convert() function
89 tensorflow::Status Convert(const ParsedTocoFlags& parsed_toco_flags, in Convert() function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp36 struct Convert { struct
37 constexpr Convert(T v) : v(v) {} in Convert() argument
41 template<typename T> Convert<T> ConvertVar(); argument
Dp7-0x.cpp35 struct Convert { struct
36 constexpr Convert(T v) : v(v) {} in Convert() function
40 template<typename T> Convert<T> ConvertVar(); argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Dunary_ops.cc152 Status Convert() { return ConvertImpl(*params_); } in Convert() function in tensorflow::tensorrt::convert::ConvertUnary
179 Status Convert() { return ConvertImpl(*params_); } in Convert() function in tensorflow::tensorrt::convert::ConvertBooleanUnary
208 Status Convert() { in Convert() function in tensorflow::tensorrt::convert::ConvertActivation
/external/rust/android-crates-io/crates/ahash/src/
Dconvert.rs1 pub(crate) trait Convert<To> { interface
7 impl Convert<$b> for $a { impl
13 impl Convert<$a> for $b { impl
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc143 absl::Status Convert(const TensorObject& input_obj, in Convert() function in tflite::gpu::gl::__anone1e21d510111::FromTensorConverter
238 absl::Status Convert(const TensorObject& input_obj, in Convert() function in tflite::gpu::gl::__anone1e21d510111::ToTensorConverter
287 absl::Status Convert(const TensorObject& input_obj, in Convert() function in tflite::gpu::gl::__anone1e21d510111::TrivialCopier
321 absl::Status Convert(const TensorObject& input_obj, in Convert() function in tflite::gpu::gl::__anone1e21d510111::CpuCopier
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Dtype_converter.cc99 Expected<std::unique_ptr<Type>> TypeConverter::Convert(mlir::Type type) const { in Convert() function in xla::runtime::TypeConverter
108 Expected<FunctionType> TypeConverter::Convert(mlir::FunctionType type) const { in Convert() function in xla::runtime::TypeConverter
/external/tensorflow/tensorflow/python/autograph/core/
Dconfig.py20 Convert = config_lib.Convert variable
/external/tensorflow/tensorflow/cc/experimental/libtf/
Dobject.h544 inline Handle Convert(const char* value) { in Convert() function
549 inline Handle Convert(int32_t value) { in Convert() function
554 inline Handle Convert(int64_t value) { in Convert() function
559 inline Handle Convert(float value) { in Convert() function
564 inline Handle Convert(T value) { in Convert() function
/external/skia/src/sksl/ir/
DSkSLDiscardStatement.cpp16 std::unique_ptr<Statement> DiscardStatement::Convert(const Context& context, Position pos) { in Convert() function in SkSL::DiscardStatement

123456