Searched defs:output_type (Results 1 – 9 of 9) sorted by relevance
202 optional string output_type = 3; field
773 input_type, output_type, options=None): argument778 input_type, output_type, options=None): argument
241 optional string output_type = 3; field
5877 inline const ::std::string& MethodDescriptorProto::output_type() const { in output_type() function5907 inline void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { in set_allocated_output_type()
5078 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() local
7897 const ::std::string& MethodDescriptorProto::output_type() const { in output_type() function in google::protobuf::MethodDescriptorProto7927 void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { in set_allocated_output_type()
167 const string& output_type) { in AddMethod()
1691 const Descriptor* output_type = _GetDescriptor(self)->output_type(); in GetOutputType() local