Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs202 ApiField = other.apiField_ != null ? other.ApiField.Clone() : null; in TestWellKnownTypes()
239 public global::Google.Protobuf.WellKnownTypes.Api ApiField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
440 if (!object.Equals(ApiField, other.ApiField)) return false; in Equals()
464 if (apiField_ != null) hash ^= ApiField.GetHashCode(); in GetHashCode()
496 output.WriteMessage(ApiField); in WriteTo()
565 size += 1 + pb::CodedOutputStream.ComputeMessageSize(ApiField); in CalculateSize()
635 ApiField.MergeFrom(other.ApiField); in MergeFrom()
939 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Api> ApiField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1326 case OneofFieldOneofCase.ApiField: in OneofWellKnownTypes()
1327 ApiField = other.ApiField.Clone(); in OneofWellKnownTypes()
[all …]