Searched defs:Serialize (Results 1 - 25 of 32) sorted by relevance

12

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dhandle_interface_serialization.h24 static void Serialize(AssociatedInterfacePtrInfo<T>& input, function in struct:mojo::internal::Serializer
47 static void Serialize(AssociatedInterfaceRequest<T>& input, function in struct:mojo::internal::Serializer
67 static void Serialize(InterfacePtr<T>& input, function in struct:mojo::internal::Serializer
87 static void Serialize(InterfaceRequest<T>& input, function in struct:mojo::internal::Serializer
103 static void Serialize(ScopedHandleBase<T>& input, function in struct:mojo::internal::Serializer
H A Dnative_struct_serialization.cc22 void UnmappedNativeStructSerializerImpl::Serialize( function in class:mojo::internal::UnmappedNativeStructSerializerImpl
34 internal::Serialize<Array<uint8_t>>(input->data, buffer, &data, &params,
H A Dnative_enum_serialization.h32 static void Serialize(UserType input, int32_t* output) { function in struct:mojo::internal::NativeEnumSerializerImpl
58 static void Serialize(NativeEnum input, int32_t* output) { function in struct:mojo::internal::UnmappedNativeEnumSerializerImpl
H A Dserialization_forward.h35 // PrepareToSerialize() must be matched by a Serialize() for the same input
37 // is called for |input_1|, ..., |input_n|, Serialize() must be called for
56 void Serialize(InputUserType&& input, Args&&... args) { function in namespace:mojo::internal
58 Serialize(std::forward<InputUserType>(input),
91 void Serialize(InputUserType&& input, function in namespace:mojo::internal
99 Serialize<MojomType>(*input, buffer, output, std::forward<Args>(args)...);
H A Dstring_serialization.h35 static void Serialize(MaybeConstUserType& input, function in struct:mojo::internal::Serializer
H A Dnative_struct_serialization.h38 static void Serialize(MaybeConstUserType& value, function in struct:mojo::internal::NativeStructSerializerImpl
108 static void Serialize(const NativeStructPtr& input,
H A Darray_serialization.h205 Serialize<Element>(input->GetNext(), output->storage() + i);
309 Serialize<Element>(input->GetNext(), &output->at(i), context);
414 Serialize<T>(std::forward<InputElementType>(input), buf, output, context);
426 Serialize<T>(std::forward<InputElementType>(input), buf, output,
471 Serialize<Element>(input->GetNext(), buf, &result, true, context);
511 static void Serialize(MaybeConstUserType& input, function in struct:mojo::internal::Serializer
H A Dmap_serialization.h111 static void Serialize(MaybeConstUserType& input, function in struct:mojo::internal::Serializer
/external/flatbuffers/include/flatbuffers/
H A Dgrpc.h33 static grpc::Status Serialize(const T& msg, function in class:grpc::SerializationTraits
/external/libchrome/base/json/
H A Djson_string_value_serializer.cc20 bool JSONStringValueSerializer::Serialize(const Value& root) { function in class:JSONStringValueSerializer
H A Djson_file_value_serializer.cc27 bool JSONFileValueSerializer::Serialize(const base::Value& root) { function in class:JSONFileValueSerializer
43 serializer.Serialize(root);
/external/google-breakpad/src/processor/
H A Dmap_serializers-inl.h100 char *StdMapSerializer<Key, Value>::Serialize( function in class:google_breakpad::StdMapSerializer
169 char *RangeMapSerializer<Address, Entry>::Serialize( function in class:google_breakpad::RangeMapSerializer
249 char *ContainedRangeMapSerializer<AddrType, EntryType>::Serialize( function in class:google_breakpad::ContainedRangeMapSerializer
H A Dmap_serializers.h69 char* Serialize(const std::map<Key, Value> &m, unsigned int *size) const;
97 char* Serialize(const AddressMap<Addr, Entry> &m, unsigned int *size) const { function in class:google_breakpad::AddressMapSerializer
98 return std_map_serializer_.Serialize(m.map_, size);
124 char* Serialize(const RangeMap<Address, Entry> &m, unsigned int *size) const;
154 char* Serialize(const ContainedRangeMap<AddrType, EntryType> *m,
H A Dcfi_frame_info.cc104 string CFIFrameInfo::Serialize() const { function in class:google_breakpad::CFIFrameInfo
H A Dmodule_serializer.cc103 char* ModuleSerializer::Serialize( function in class:google_breakpad::ModuleSerializer
143 scoped_array<char> symbol_data(Serialize(*basic_module, &size));
204 return Serialize(*(module.get()), size);
H A Dstatic_map_unittest.cc49 static char* Serialize(const std::map<Key, Value> &stdmap, function in class:SimpleMapSerializer
146 serializer.Serialize(std_map[testcase], &size[testcase]);
153 serializer.Serialize(std_map[testcase], &size[testcase]);
161 serializer.Serialize(std_map[testcase], &size[testcase]);
169 serializer.Serialize(std_map[testcase], &size[testcase]);
/external/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.cc41 int32_t FontDataTable::Serialize(OutputStream* os) { function in class:sfntly::FontDataTable
45 int32_t FontDataTable::Serialize(WritableFontData* data) { function in class:sfntly::FontDataTable
/external/v8/src/snapshot/
H A Dpartial-serializer.cc26 void PartialSerializer::Serialize(Object** o) { function in class:v8::internal::PartialSerializer
108 // Object has not yet been serialized. Serialize it here.
110 serializer.Serialize();
/external/webrtc/talk/app/webrtc/
H A Djsepsessiondescription_unittest.cc113 std::string Serialize(const SessionDescriptionInterface* desc) { function in class:JsepSessionDescriptionTest
220 std::string sdp = Serialize(jsep_desc_.get());
225 std::string parsed_sdp = Serialize(parsed_jsep_desc.get());
232 std::string sdp = Serialize(jsep_desc_.get());
237 std::string sdp_with_candidate = Serialize(jsep_desc_.get());
242 std::string parsed_sdp_with_candidate = Serialize(parsed_jsep_desc.get());
/external/chromium-trace/catapult/telemetry/telemetry/value/
H A Dtrace.py55 trace_data.Serialize(tf.name, trace_title=title)
125 def Serialize(self, dir_path): member in class:TraceValue
/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h41 // created in NonAllocatingMap::Serialize and can be deserialized using one of
123 // parameter from Serialize() and |size| should be its return value.
232 size_t Serialize(const SerializedNonAllocatingMap** map) const { function in class:google_breakpad::NonAllocatingMap
/external/libchrome/base/metrics/
H A Dhistogram_samples.cc116 bool HistogramSamples::Serialize(Pickle* pickle) const { function in class:base::HistogramSamples
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
H A Dtrace_data.py170 def Serialize(self, file_path, trace_title=''): member in class:TraceData
/external/libchrome/base/trace_event/
H A Dheap_profiler_heap_dump_writer.cc267 std::unique_ptr<TracedValue> Serialize(const std::set<Entry>& entries) { function in namespace:base::trace_event::internal
319 return Serialize(writer.Summarize(metrics_by_context));
/external/v8/src/ast/
H A Dmodules.cc84 Handle<ModuleInfoEntry> ModuleDescriptor::Entry::Serialize( function in class:v8::internal::ModuleDescriptor::Entry

Completed in 491 milliseconds

12