Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs77 RepeatedFixed64 = { UInt64.MaxValue, 1234567890123 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs91 Assert.AreEqual(0, message.RepeatedFixed64.Count); in DefaultValues()
180 RepeatedFixed64 = { ulong.MaxValue, 1234567890123 }, in RoundTrip_RepeatedValues()
478 RepeatedFixed64 = { ulong.MaxValue, 1234567890123 }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go392RepeatedFixed64 []uint64 `protobuf:"fixed64,38,rep,packed,name=repeate… member
711 return m.RepeatedFixed64
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs620 public pbc::RepeatedField<ulong> RepeatedFixed64 { property in Google.Protobuf.TestProtos.TestAllTypes
5351 public pbc::RepeatedField<ulong> RepeatedFixed64 { property in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1166 public pbc::RepeatedField<ulong> RepeatedFixed64 { property in Conformance.TestAllTypes