Searched defs:SerializedData (Results 1 - 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | FileDescriptor.cs | 48 SerializedData = descriptorData; 167 public ByteString SerializedData { get; } property in class:Google.Protobuf.Reflection.FileDescriptor |
/external/v8/src/snapshot/ | ||
H A D | serializer-common.h | 221 class SerializedData { class in namespace:v8::internal 237 SerializedData(byte* data, int size) function in class:v8::internal::SerializedData 239 SerializedData() : data_(NULL), size_(0), owns_data_(false) {} function in class:v8::internal::SerializedData 241 ~SerializedData() { |
Completed in 108 milliseconds