Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_service.cc149 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateMethodSignatures()
220 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateNotImplementedMethods()
250 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateCallMethod()
290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype()
320 sub_vars["output_type"] = ClassName(method->output_type(), true); in GenerateStubMethods()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_service.cc213 method->output_type()); in GenerateCallMethod()
261 method->output_type()); in GenerateCallBlockingMethod()
305 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype()
357 method->output_type()); in GenerateStub()
422 method->output_type()); in GenerateBlockingStub()
446 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateMethodSignature()
461 vars["output"] = name_resolver_->GetImmutableClassName(method->output_type()); in GenerateBlockingMethodSignature()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
Ddescriptor_pool.py735 output_type = self._GetTypeFromScope(
736 package, method_proto.output_type, scope)
742 output_type=output_type,
Ddescriptor.py773 input_type, output_type, options=None): argument
778 input_type, output_type, options=None): argument
790 self.output_type = output_type
/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
1692 return PyMessageDescriptor_FromDescriptor(output_type); in GetOutputType()
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy75 OutputSectDesc::Type output_type;
200 %type <output_type> opt_type type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h1094 const Descriptor* output_type() const;
1747 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, output_type, const Descriptor*) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor.cc1945 if (!output_type()->is_unqualified_placeholder_) { in CopyTo()
1948 proto->mutable_output_type()->append(output_type()->full_name()); in CopyTo()
2581 output_type()->full_name(), in DebugString()
5078 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() local
5079 if (output_type.IsNull()) { in CrossLinkMethod()
5082 proto.output_type()); in CrossLinkMethod()
5083 } else if (output_type.type != Symbol::MESSAGE) { in CrossLinkMethod()
5086 "\"" + proto.output_type() + "\" is not a message type."); in CrossLinkMethod()
5088 method->output_type_ = output_type.descriptor; in CrossLinkMethod()
Ddescriptor.pb.cc7429 this->output_type().data(), this->output_type().length(), in MergePartialFromCodedStream()
7530 this->output_type().data(), this->output_type().length(), in SerializeWithCachedSizes()
7534 3, this->output_type(), output); in SerializeWithCachedSizes()
7588 this->output_type().data(), this->output_type().length(), in InternalSerializeWithCachedSizesToArray()
7593 3, this->output_type(), target); in InternalSerializeWithCachedSizesToArray()
7644 this->output_type()); in ByteSize()
7897 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() argument
7928 if (output_type != NULL) { in set_allocated_output_type()
7933 …pe_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_type); in set_allocated_output_type()
Ddescriptor_unittest.cc167 const string& output_type) { in AddMethod() argument
171 result->set_output_type(output_type); in AddMethod()
1481 EXPECT_EQ(foo_response_, foo_->output_type()); in TEST_F()
1482 EXPECT_EQ(bar_response_, bar_->output_type()); in TEST_F()
Ddescriptor.pb.h1822 const ::std::string& output_type() const;
1828 void set_allocated_output_type(::std::string* output_type);
5877 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() argument
5908 if (output_type != NULL) { in set_allocated_output_type()
5913 …pe_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), output_type); in set_allocated_output_type()
Ddescriptor.proto241 optional string output_type = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_test.py86 output_type='.protobuf_unittest.ResponseMessage')
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc606 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type())); in PrintServiceDescriptor()
/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/php/ext/google/protobuf/
Dupb.h6935 inline upb::reffed_ptr<const upb::FieldDef> output_type() { RETURN_REFFED(upb::FieldDef, upbdefs_go…