Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs435 switch (other.ResultCase) { in ConformanceResponse()
563 public ResultOneofCase ResultCase { property in Conformance.ConformanceResponse
589 if (ResultCase != other.ResultCase) return false; in Equals()
663 switch (other.ResultCase) { in MergeFrom()
/external/clang/lib/CodeGen/
DCGStmt.cpp1427 const SwitchCase *&ResultCase) { in FindCaseStatementsForValue() argument
1470 ResultCase = Case; in FindCaseStatementsForValue()