Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2517 outputType_ = other.outputType_; in MethodDescriptorProto()
2556 private string outputType_ = ""; field in Google.Protobuf.Reflection.MethodDescriptorProto
2559 get { return outputType_; }
2561 outputType_ = pb::ProtoPreconditions.CheckNotNull(value, "value");