Searched defs:Deserialize (Results 1 - 25 of 36) sorted by relevance

12

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dnative_struct_serialization.cc41 bool UnmappedNativeStructSerializerImpl::Deserialize( function in class:mojo::internal::UnmappedNativeStructSerializerImpl
48 if (!internal::Deserialize<ArrayDataView<uint8_t>>(data, &result->data,
H A Dhandle_interface_serialization.h51 static bool Deserialize(AssociatedInterface_Data* input, function in struct:mojo::internal::Serializer
93 static bool Deserialize(AssociatedEndpointHandle_Data* input, function in struct:mojo::internal::Serializer
124 static bool Deserialize(Interface_Data* input, function in struct:mojo::internal::Serializer
149 static bool Deserialize(Handle_Data* input, function in struct:mojo::internal::Serializer
170 static bool Deserialize(Handle_Data* input, function in struct:mojo::internal::Serializer
H A Dnative_enum_serialization.h48 static bool Deserialize(int32_t input, UserType* output) { function in struct:mojo::internal::NativeEnumSerializerImpl
61 static bool Deserialize(int32_t input, NativeEnum* output) { function in struct:mojo::internal::UnmappedNativeEnumSerializerImpl
H A Dserialization_forward.h69 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { function in namespace:mojo::internal
70 return Serializer<MojomType, InputUserType>::Deserialize(
109 bool Deserialize(DataType&& input, InputUserType* output, Args&&... args) { function in namespace:mojo::internal
116 return Deserialize<MojomType>(std::forward<DataType>(input), &output->value(),
H A Dstring_serialization.h58 static bool Deserialize(String_Data* input, function in struct:mojo::internal::Serializer
H A Dnative_struct_serialization.h67 static bool Deserialize(NativeStruct_Data* data, function in struct:mojo::internal::NativeStructSerializerImpl
114 static bool Deserialize(NativeStruct_Data* input,
H A Darray_serialization.h214 if (!Deserialize<Element>(input->at(i), &iterator.GetNext()))
340 Deserialize<Element>(&input->at(i), &iterator.GetNext(), context);
404 if (!Deserialize<Element>(input->at(i).Get(), &iterator.GetNext(),
494 if (!Deserialize<Element>(&input->at(i), &iterator.GetNext(), context))
543 static bool Deserialize(Data* input, function in struct:mojo::internal::Serializer
H A Dmap_serialization.h151 static bool Deserialize(Data* input, function in struct:mojo::internal::Serializer
/external/libchrome/base/json/
H A Djson_string_value_serializer.cc50 std::unique_ptr<Value> JSONStringValueDeserializer::Deserialize( function in class:JSONStringValueDeserializer
H A Djson_file_value_serializer.cc102 std::unique_ptr<base::Value> JSONFileValueDeserializer::Deserialize( function in class:JSONFileValueDeserializer
116 return deserializer.Deserialize(error_code, error_str);
/external/libmojo/base/
H A Dunguessable_token.cc30 UnguessableToken UnguessableToken::Deserialize(uint64_t high, uint64_t low) { function in class:base::UnguessableToken
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcomputation_placer.cc53 DeviceAssignment::Deserialize(const DeviceAssignmentProto& proto) { function in class:xla::DeviceAssignment
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
H A Dtypes.cc67 ArrayDataType DataType::Deserialize(int tensor_type) { function in class:toco::tflite::DataType
102 void DataBuffer::Deserialize(const ::tflite::Tensor& tensor, function in class:toco::tflite::DataBuffer
134 PaddingType Padding::Deserialize(int padding) { function in class:toco::tflite::Padding
161 FusedActivationFunctionType ActivationFunction::Deserialize( function in class:toco::tflite::ActivationFunction
/external/libmojo/mojo/edk/system/
H A Dplatform_handle_dispatcher.cc78 scoped_refptr<PlatformHandleDispatcher> PlatformHandleDispatcher::Deserialize( function in class:mojo::edk::PlatformHandleDispatcher
H A Dshared_buffer_dispatcher.cc114 scoped_refptr<SharedBufferDispatcher> SharedBufferDispatcher::Deserialize( function in class:mojo::edk::SharedBufferDispatcher
H A Dchannel.cc143 Channel::MessagePtr Channel::Message::Deserialize(const void* data, function in class:mojo::edk::Channel::Message
H A Ddata_pipe_consumer_dispatcher.cc386 DataPipeConsumerDispatcher::Deserialize(const void* data, function in class:mojo::edk::DataPipeConsumerDispatcher
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets_shared.h119 inline void Deserialize(FILE* f, VIZ_START_DATA& data) function
130 inline void Deserialize(FILE* f, VIZ_STOP_DATA& data) function
145 inline void Deserialize(FILE* f, std::string& string) function
163 inline void Deserialize(FILE* f, BUCKET_DESC& desc) function
165 Deserialize(f, desc.name);
166 Deserialize(f, desc.description);
/external/skia/src/core/
H A DSkFontDescriptor.cpp53 bool SkFontDescriptor::Deserialize(SkStream* stream, SkFontDescriptor* result) { function in class:SkFontDescriptor
/external/skqp/src/core/
H A DSkFontDescriptor.cpp53 bool SkFontDescriptor::Deserialize(SkStream* stream, SkFontDescriptor* result) { function in class:SkFontDescriptor
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_serialization_traits.h195 static Status Deserialize(grpc_byte_buffer* buffer, T* msg, function in class:grpc::UnlimitedSizeProtoSerializationTraits
H A Dgrpc_worker_service_impl.h85 static Status Deserialize(grpc_byte_buffer* buffer, function in class:grpc::SerializationTraits
/external/flatbuffers/include/flatbuffers/
H A Dgrpc.h214 // Deserialize by pulling the
215 static grpc::Status Deserialize(grpc_byte_buffer *buffer, function in class:grpc::SerializationTraits
/external/tensorflow/tensorflow/core/kernels/
H A Dserialize_sparse_op.cc460 Status Deserialize(const T& serialized, Tensor* result);
466 // Deserialize and validate the indices.
467 TF_RETURN_IF_ERROR(this->Deserialize(serialized_indices, output_indices));
477 // Deserialize and validate the values.
478 TF_RETURN_IF_ERROR(this->Deserialize(serialized_values, output_values));
499 // Deserialize and validate the shape.
500 TF_RETURN_IF_ERROR(this->Deserialize(serialized_shape, output_shape));
521 Status DeserializeSparseOp<string>::Deserialize(const string& serialized, function in class:tensorflow::DeserializeSparseOp
544 Status DeserializeSparseOp<Variant>::Deserialize(const Variant& serialized, function in class:tensorflow::DeserializeSparseOp
/external/v8/src/ast/
H A Dmodules.cc97 ModuleDescriptor::Entry* ModuleDescriptor::Entry::Deserialize( function in class:v8::internal::ModuleDescriptor::Entry

Completed in 477 milliseconds

12