Home
last modified time | relevance | path

Searched refs:SingleBytesFieldNumber (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs49 Assert.AreEqual(message.SingleBytes, fields[TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message)); in GetValue()
96 fields[TestAllTypes.SingleBytesFieldNumber].Accessor.Clear(message); in Clear()
130 fields[TestAllTypes.SingleBytesFieldNumber].Accessor.SetValue(message, ByteString.CopyFrom(99, 98, 97)); in SetValue_SingleFields()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs53 Assert.AreEqual(message.SingleBytes, fields[TestProtos.TestAllTypes.SingleBytesFieldNumber].Accessor.GetValue(message)); in GetValue()
216 fields[TestProtos.TestAllTypes.SingleBytesFieldNumber].Accessor.SetValue(message, ByteString.CopyFrom(99, 98, 97)); in SetValue_SingleFields()
287 fields[TestProtos.TestAllTypes.SingleBytesFieldNumber].Accessor.Clear(message); in Clear()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs511 public const int SingleBytesFieldNumber = 15; field in Google.Protobuf.TestProtos.TestAllTypes

Completed in 20 milliseconds