Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dsnapshot-data.h23 SerializedData(byte* data, int size) in SerializedData() function
25 SerializedData() : data_(nullptr), size_(0), owns_data_(false) {} in SerializedData() function
26 SerializedData(SerializedData&& other) V8_NOEXCEPT in SerializedData() function
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs304 public ByteString SerializedData { get; } property in Google.Protobuf.Reflection.FileDescriptor