Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs212 TypeField = other.typeField_ != null ? other.TypeField.Clone() : null; in TestWellKnownTypes()
322 public global::Google.Protobuf.WellKnownTypes.Type TypeField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
472 if (!object.Equals(TypeField, other.TypeField)) return false; in Equals()
497 if (typeField_ != null) hash ^= TypeField.GetHashCode(); in GetHashCode()
552 output.WriteMessage(TypeField); in WriteTo()
615 size += 1 + pb::CodedOutputStream.ComputeMessageSize(TypeField); in CalculateSize()
707 TypeField.MergeFrom(other.TypeField); in MergeFrom()
1047 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Type> TypeField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1413 case OneofFieldOneofCase.TypeField: in OneofWellKnownTypes()
1414 TypeField = other.TypeField.Clone(); in OneofWellKnownTypes()
[all …]