Home
last modified time | relevance | path

Searched defs:SerializedData (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dserializer-common.h300 SerializedData(byte* data, int size) in SerializedData() function
302 SerializedData() : data_(nullptr), size_(0), owns_data_(false) {} in SerializedData() function
303 SerializedData(SerializedData&& other) V8_NOEXCEPT in SerializedData() function
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs167 public ByteString SerializedData { get; } property in Google.Protobuf.Reflection.FileDescriptor