Searched refs:RepeatedSfixed64 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 89 RepeatedSfixed64 = { -12345678901234, 12345678901234 }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 101 Assert.AreEqual(0, message.RepeatedSfixed64.Count); in DefaultValues() 192 RepeatedSfixed64 = { -12345678901234, 12345678901234 }, in RoundTrip_RepeatedValues() 484 RepeatedSfixed64 = { -12345678901234, 12345678901234 }, in CloneRepeatedNonMessageValues()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 394 …RepeatedSfixed64 []int64 `protobuf:"fixed64,40,rep,packed,name=repeate… member 725 return m.RepeatedSfixed64
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1184 public pbc::RepeatedField<long> RepeatedSfixed64 { property in Conformance.TestAllTypes
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 638 public pbc::RepeatedField<long> RepeatedSfixed64 { property in Google.Protobuf.TestProtos.TestAllTypes
|