Searched refs:StructValue (Results 1 – 2 of 2) sorted by relevance
235 case KindOneofCase.StructValue: in Value()236 StructValue = other.StructValue.Clone(); in Value()312 public global::Google.Protobuf.WellKnownTypes.Struct StructValue { property in Google.Protobuf.WellKnownTypes.Value313 …get { return kindCase_ == KindOneofCase.StructValue ? (global::Google.Protobuf.WellKnownTypes.Stru…316 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue;342 StructValue = 5, enumerator374 if (!object.Equals(StructValue, other.StructValue)) return false; in Equals()387 if (kindCase_ == KindOneofCase.StructValue) hash ^= StructValue.GetHashCode(); in GetHashCode()416 if (kindCase_ == KindOneofCase.StructValue) { in WriteTo()418 output.WriteMessage(StructValue); in WriteTo()[all …]
96 return new Value { StructValue = value }; in ForStruct()