HomeSort by relevance Sort by last modified time
    Searched defs:SerializedData (Results 1 - 2 of 2) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 48 SerializedData = descriptorData;
167 public ByteString SerializedData { get; }
  /external/v8/src/snapshot/
serializer-common.h 283 class SerializedData {
300 SerializedData(byte* data, int size)
302 SerializedData() : data_(nullptr), size_(0), owns_data_(false) {}
303 SerializedData(SerializedData&& other) V8_NOEXCEPT
311 virtual ~SerializedData() {
350 DISALLOW_COPY_AND_ASSIGN(SerializedData);

Completed in 80 milliseconds