Searched refs:StructValue (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 250 case KindOneofCase.StructValue: in Value() 251 StructValue = other.StructValue.Clone(); in Value() 328 public global::Google.Protobuf.WellKnownTypes.Struct StructValue { property in Google.Protobuf.WellKnownTypes.Value 329 …get { return kindCase_ == KindOneofCase.StructValue ? (global::Google.Protobuf.WellKnownTypes.Stru… 332 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.StructValue; 358 StructValue = 5, enumerator 390 if (!object.Equals(StructValue, other.StructValue)) return false; in Equals() 403 if (kindCase_ == KindOneofCase.StructValue) hash ^= StructValue.GetHashCode(); in GetHashCode() 435 if (kindCase_ == KindOneofCase.StructValue) { in WriteTo() 437 output.WriteMessage(StructValue); in WriteTo() [all …]
|
D | ValuePartial.cs | 96 return new Value { StructValue = value }; in ForStruct()
|
/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 172 StructValue *Struct `protobuf:"bytes,5,opt,name=struct_value,json=structValue,proto3,oneof"` member 228 return x.StructValue
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | AddConstTest.cpp | 900 TEST(Template, StructValue) { in TEST() argument
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 2565 PHP_PROTO_ONEOF_FIELD_ACCESSORS(Value, value, StructValue, "struct_value")
|