Home
last modified time | relevance | path

Searched defs:output_type (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto202 optional string output_type = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto202 optional string output_type = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py773 input_type, output_type, options=None): argument
778 input_type, output_type, options=None): argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto241 optional string output_type = 3; field
Ddescriptor.pb.h5877 inline const ::std::string& MethodDescriptorProto::output_type() const { in output_type() function
5907 inline void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { in set_allocated_output_type()
Ddescriptor.cc5078 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() local
Ddescriptor.pb.cc7897 const ::std::string& MethodDescriptorProto::output_type() const { in output_type() function in google::protobuf::MethodDescriptorProto
7927 void MethodDescriptorProto::set_allocated_output_type(::std::string* output_type) { in set_allocated_output_type()
Ddescriptor_unittest.cc167 const string& output_type) { in AddMethod()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc1691 const Descriptor* output_type = _GetDescriptor(self)->output_type(); in GetOutputType() local