Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs48 SerializedData = descriptorData; in FileDescriptor()
167 public ByteString SerializedData { get; } property in Google.Protobuf.Reflection.FileDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs87 Assert.AreEqual(10, file.SerializedData[0]); in FileDescriptor()