HomeSort by relevance Sort by last modified time
    Searched defs:Serializer (Results 1 - 25 of 45) sorted by null

1 2

  /external/libmojo/mojo/public/cpp/bindings/lib/
handle_interface_serialization.h 22 struct Serializer<AssociatedInterfacePtrInfo<T>,
45 struct Serializer<AssociatedInterfaceRequest<T>,
66 struct Serializer<InterfacePtr<T>, InterfacePtr<T>> {
86 struct Serializer<InterfaceRequest<T>, InterfaceRequest<T>> {
102 struct Serializer<ScopedHandleBase<T>, ScopedHandleBase<T>> {
string_serialization.h 21 struct Serializer<String, MaybeConstUserType> {
native_enum_serialization.h 76 struct Serializer<NativeEnum, MaybeConstUserType>
native_struct_serialization.h 126 struct Serializer<NativeStructPtr, MaybeConstUserType>
array_serialization.h 118 "Incorrect array serializer");
120 "Incorrect array serializer");
186 "Incorrect array serializer");
237 "Incorrect array serializer");
291 "Incorrect array serializer");
449 "Incorrect array serializer");
495 struct Serializer<Array<Element>, MaybeConstUserType> {
map_serialization.h 81 struct Serializer<Map<Key, Value>, MaybeConstUserType> {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Serializer.java 19 * $Id: Serializer.java 471981 2006-11-07 04:28:00Z minchau $
21 package org.apache.xml.serializer;
30 * The Serializer interface is implemented by a serializer to enable users to:
33 * <li>configure the serializer with key/value properties
42 * Serializer ser = SerializerFactory.getSerializer(props);
53 * ser.reset(); // get ready to use the serializer for another document
64 * org.apache.xml.serializer.Serializer ser;
69 * Serializer ser = SerializerFactory.getSerializer(props)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 37 TypeSerializer Serializer;
41 : Allocator(Allocator), Serializer(Allocator) {}
45 bool empty() const { return Serializer.records().empty(); }
55 if (auto EC = Serializer.visitTypeBegin(Type))
57 if (auto EC = Serializer.visitKnownRecord(Type, Record))
60 auto ExpectedIndex = Serializer.visitTypeEndGetIndex(Type);
68 return Serializer.insertRecordBytes(Record);
74 for (auto Record : Serializer.records()) {
81 return Serializer.records();
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerSettings.java 301 Serializer.restore(mItems, is);
305 Serializer.persist(mItems, os);
308 private static final class Serializer {
  /external/v8/src/snapshot/
serializer.cc 5 #include "src/snapshot/serializer.h"
15 Serializer::Serializer(Isolate* isolate)
24 // The serializer is meant to be used only to generate initial heap images
47 Serializer::~Serializer() {
58 void Serializer::CountInstanceType(Map* map, int size) {
65 void Serializer::OutputStatistics(const char* name) {
92 void Serializer::SerializeDeferredObjects() {
101 void Serializer::VisitPointers(Object** start, Object** end)
    [all...]
serializer.h 11 #include "src/snapshot/serializer-common.h"
120 // There can be only one serializer per V8 process.
121 class Serializer : public SerializerDeserializer {
123 explicit Serializer(Isolate* isolate);
124 ~Serializer() override;
143 explicit RecursionScope(Serializer* serializer) : serializer_(serializer) {
153 Serializer* serializer_;
205 // of the serializer. Initialize it on demand
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
Serializer.java 16 package org.yaml.snakeyaml.serializer;
51 public final class Serializer {
64 public Serializer(Emitable emitter, Resolver resolver, DumperOptions opts, Tag rootTag) {
85 throw new SerializerException("serializer is closed");
87 throw new SerializerException("serializer is already opened");
93 throw new SerializerException("serializer is not opened");
102 throw new SerializerException("serializer is not opened");
104 throw new SerializerException("serializer is closed");
  /external/v8/src/
d8.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 1476 milliseconds

1 2