Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs885 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }
888 resultCase_ = ResultOneofCase.ParseError;
901 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }
904 resultCase_ = ResultOneofCase.SerializeError;
917 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }
920 resultCase_ = ResultOneofCase.RuntimeError;
932 get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteString.Empty; }
935 resultCase_ = ResultOneofCase.ProtobufPayload;
947 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }
950 resultCase_
1013 private ResultOneofCase resultCase_ = ResultOneofCase.None; global() field in Conformance.ConformanceResponse
[all...]

Completed in 2 milliseconds