Home
last modified time | relevance | path

Searched refs:RepeatedSint64 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs91 RepeatedSint64 = { -12345678901235, 123 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs103 Assert.AreEqual(0, message.RepeatedSint64.Count); in DefaultValues()
194 RepeatedSint64 = { -12345678901235, 123 }, in RoundTrip_RepeatedValues()
486 RepeatedSint64 = { -12345678901235, 123 }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go390RepeatedSint64 []int64 `protobuf:"zigzag64,36,rep,packed,name=repeat… member
697 return m.RepeatedSint64
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1148 public pbc::RepeatedField<long> RepeatedSint64 { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs602 public pbc::RepeatedField<long> RepeatedSint64 { property in Google.Protobuf.TestProtos.TestAllTypes