Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.proto190 optional string input_type = 2; field
Ddescriptor.cc3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local
Ddescriptor_unittest.cc150 const string& input_type, in AddMethod()
Ddescriptor.pb.h3517 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function
/external/protobuf/python/google/protobuf/
Ddescriptor.py542 input_type, output_type, options=None): argument