Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs457 case ResultOneofCase.ParseError: in ConformanceResponse()
460 case ResultOneofCase.SerializeError: in ConformanceResponse()
463 case ResultOneofCase.RuntimeError: in ConformanceResponse()
466 case ResultOneofCase.ProtobufPayload: in ConformanceResponse()
469 case ResultOneofCase.JsonPayload: in ConformanceResponse()
472 case ResultOneofCase.Skipped: in ConformanceResponse()
495 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
498 resultCase_ = ResultOneofCase.ParseError;
511 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
514 resultCase_ = ResultOneofCase.SerializeError;
[all …]