Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs281 switch (other.KindCase) { in Value()
407 public KindOneofCase KindCase { property in Google.Protobuf.WellKnownTypes.Value
436 if (KindCase != other.KindCase) return false; in Equals()
561 switch (other.KindCase) { in MergeFrom()
/third_party/protobuf/src/google/protobuf/
Dstruct.pb.h328 enum KindCase { enum
514 KindCase kind_case() const;
1100 inline Value::KindCase Value::kind_case() const { in kind_case()
1101 return Value::KindCase(_oneof_case_[0]); in kind_case()