Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs495 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
498 resultCase_ = ResultOneofCase.ParseError;
511 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
514 resultCase_ = ResultOneofCase.SerializeError;
527 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
530 resultCase_ = ResultOneofCase.RuntimeError;
542 …get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteS…
545 resultCase_ = ResultOneofCase.ProtobufPayload;
557 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }
560 resultCase_ = ResultOneofCase.JsonPayload;
[all …]