Home
last modified time | relevance | path

Searched refs:DurationField (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs206 DurationField = other.durationField_ != null ? other.DurationField.Clone() : null; in TestWellKnownTypes()
256 public global::Google.Protobuf.WellKnownTypes.Duration DurationField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
466 if (!object.Equals(DurationField, other.DurationField)) return false; in Equals()
491 if (durationField_ != null) hash ^= DurationField.GetHashCode(); in GetHashCode()
528 output.WriteMessage(DurationField); in WriteTo()
597 size += 1 + pb::CodedOutputStream.ComputeMessageSize(DurationField); in CalculateSize()
671 DurationField.MergeFrom(other.DurationField); in MergeFrom()
987 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> DurationField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1395 case OneofFieldOneofCase.DurationField: in OneofWellKnownTypes()
1396 DurationField = other.DurationField.Clone(); in OneofWellKnownTypes()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs407 public void DurationField() in DurationField() method in Google.Protobuf.JsonFormatterTest
409 var message = new TestWellKnownTypes { DurationField = new Duration() }; in DurationField()