Searched refs:KindCase (Results 1 – 2 of 2) sorted by relevance
281 switch (other.KindCase) { in Value()407 public KindOneofCase KindCase { property in Google.Protobuf.WellKnownTypes.Value436 if (KindCase != other.KindCase) return false; in Equals()561 switch (other.KindCase) { in MergeFrom()
328 enum KindCase { enum514 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()