Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs205 switch (other.KindCase) { in Value()
322 public KindOneofCase KindCase { property in Google.Protobuf.WellKnownTypes.Value
348 if (KindCase != other.KindCase) return false; in Equals()
422 switch (other.KindCase) { in MergeFrom()
/external/protobuf/src/google/protobuf/
Dstruct.pb.h176 enum KindCase { enum
286 KindCase kind_case() const;
705 inline Value::KindCase Value::kind_case() const { in kind_case()
706 return Value::KindCase(_oneof_case_[0]); in kind_case()
Dstruct.pb.cc1237 Value::KindCase Value::kind_case() const { in kind_case()
1238 return Value::KindCase(_oneof_case_[0]); in kind_case()