Searched refs:SingleBytes (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/ |
D | FieldAccessTest.cs | 49 …Assert.AreEqual(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue… in GetValue() 106 SingleBytes = ByteString.Empty, in Clear() 140 SingleBytes = ByteString.CopyFrom(99, 98, 97), in SetValue_SingleFields()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 52 SingleBytes = ByteString.CopyFrom(1, 2, 3, 4), in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 64 Assert.AreEqual(ByteString.Empty, message.SingleBytes); in DefaultValues() 122 Assert.Throws<ArgumentNullException>(() => message.SingleBytes = null); in NullStringAndBytesRejected() 143 SingleBytes = ByteString.CopyFrom(1, 2, 3, 4), in RoundTrip_SingleValues() 445 SingleBytes = ByteString.CopyFrom(1, 2, 3, 4), in CloneSingleNonMessageValues()
|
D | JsonFormatterTest.cs | 75 SingleBytes = ByteString.CopyFrom(1, 2, 3, 4), in AllSingleFields()
|
D | CodedInputStreamTest.cs | 258 var message = new TestAllTypes { SingleBytes = ByteString.CopyFrom(blob) }; in ReadHugeBlob()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 488 public pb::ByteString SingleBytes { property in Google.Protobuf.TestProtos.TestAllTypes 893 if (SingleBytes != other.SingleBytes) return false; in Equals() 948 if (SingleBytes.Length != 0) hash ^= SingleBytes.GetHashCode(); in GetHashCode() 1049 if (SingleBytes.Length != 0) { in WriteTo() 1051 output.WriteBytes(SingleBytes); in WriteTo() 1166 if (SingleBytes.Length != 0) { in CalculateSize() 1167 size += 1 + pb::CodedOutputStream.ComputeBytesSize(SingleBytes); in CalculateSize() 1274 if (other.SingleBytes.Length != 0) { in MergeFrom() 1275 SingleBytes = other.SingleBytes; in MergeFrom() 1414 SingleBytes = input.ReadBytes(); in MergeFrom()
|