Searched refs:resultCase_ (Results 1 – 1 of 1) sorted by relevance
472 get { return resultCase_ == ResultOneofCase.ParseError ? (string) result_ : ""; }475 resultCase_ = ResultOneofCase.ParseError;487 get { return resultCase_ == ResultOneofCase.SerializeError ? (string) result_ : ""; }490 resultCase_ = ResultOneofCase.SerializeError;502 get { return resultCase_ == ResultOneofCase.RuntimeError ? (string) result_ : ""; }505 resultCase_ = ResultOneofCase.RuntimeError;516 …get { return resultCase_ == ResultOneofCase.ProtobufPayload ? (pb::ByteString) result_ : pb::ByteS…519 resultCase_ = ResultOneofCase.ProtobufPayload;530 get { return resultCase_ == ResultOneofCase.JsonPayload ? (string) result_ : ""; }533 resultCase_ = ResultOneofCase.JsonPayload;[all …]