Searched refs:StructValue (Results 1 – 2 of 2) sorted by relevance
294 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.Value373 …get { return kindCase_ == KindOneofCase.StructValue ? (global::Google.Protobuf.WellKnownTypes.Stru…376 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue;402 StructValue = 5, enumerator434 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 …]
96 return new Value { StructValue = value }; in ForStruct()