Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs294 case KindOneofCase.StructValue: in Value()
295 StructValue = other.StructValue.Clone(); in Value()
372 public global::Google.Protobuf.WellKnownTypes.Struct StructValue { property in Google.Protobuf.WellKnownTypes.Value
373 …get { return kindCase_ == KindOneofCase.StructValue ? (global::Google.Protobuf.WellKnownTypes.Stru…
376 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue;
402 StructValue = 5, enumerator
434 if (!object.Equals(StructValue, other.StructValue)) return false; in Equals()
447 if (kindCase_ == KindOneofCase.StructValue) hash ^= StructValue.GetHashCode(); in GetHashCode()
482 if (kindCase_ == KindOneofCase.StructValue) { in WriteTo()
484 output.WriteMessage(StructValue); in WriteTo()
[all …]
DValuePartial.cs96 return new Value { StructValue = value }; in ForStruct()