Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs235 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.Value
313 …get { return kindCase_ == KindOneofCase.StructValue ? (global::Google.Protobuf.WellKnownTypes.Stru…
316 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue;
342 StructValue = 5, enumerator
374 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 …]
DValuePartial.cs96 return new Value { StructValue = value }; in ForStruct()