Searched defs:input_type (Results 1 – 9 of 9) sorted by relevance
201 optional string input_type = 2; field
773 input_type, output_type, options=None): argument778 input_type, output_type, options=None): argument
240 optional string input_type = 2; field
5823 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function5853 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type()
5065 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local
7843 const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function in google::protobuf::MethodDescriptorProto7873 void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type()
166 const string& input_type, in AddMethod()
1686 const Descriptor* input_type = _GetDescriptor(self)->input_type(); in GetInputType() local