Searched refs:output_type (Results 1 - 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc189 vars["output"] = ClassName(method->output_type());
234 vars["output"] = ClassName(method->output_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
329 vars["output"] = ClassName(method->output_type());
393 vars["output"] = ClassName(method->output_type());
417 vars["output"] = ClassName(method->output_type());
432 vars["output"] = ClassName(method->output_type());
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc149 sub_vars["output_type"] = ClassName(method->output_type(), true);
155 " $output_type$* response,\n"
220 sub_vars["output_type"] = ClassName(method->output_type(), true);
225 " $output_type$*,\n"
250 sub_vars["output_type"] = ClassName(method->output_type(), true);
258 " ::google::protobuf::down_cast< $output_type$*>(response),\n"
290 (which == REQUEST) ? method->input_type() : method->output_type();
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dtestoutput_unittest.py45 def __init__(self, platform, output_type, contents, is_expected=False):
46 self._output_type = output_type
54 super(FakeTestOutput, self).__init__(platform, output_type, [file])
H A Dtestoutput.py40 def __init__(self, platform, output_type, files):
41 self._output_type = output_type
/external/protobuf/python/google/protobuf/
H A Dservice_reflection.py203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
H A Ddescriptor.py536 output_type: The descriptor of the message that this method returns.
542 input_type, output_type, options=None):
554 self.output_type = output_type
/external/llvm/tools/gold/
H A Dgold-plugin.cpp64 lto_codegen_model output_type = LTO_CODEGEN_PIC_MODEL_STATIC; member in namespace:__anon10018
155 output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC;
158 output_type = LTO_CODEGEN_PIC_MODEL_STATIC;
166 //output_type = LTO_CODEGEN_PIC_MODEL_DYNAMIC_NO_PIC;
396 lto_codegen_set_pic_model(code_gen, output_type);
/external/qemu/audio/
H A Dfmodaudio.c534 int output_type = -1; local
555 output_type = drvtab[i].type;
569 if (output_type != -1) {
570 status = FSOUND_SetOutput (output_type);
572 fmod_logerr ("FSOUND_SetOutput(%d) failed\n", output_type);
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py94 output_type=None)
318 output_type: '.protobuf_unittest.FooResponse'
323 output_type: '.protobuf_unittest.BarResponse'
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h756 const Descriptor* output_type() const;
1263 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, output_type, const Descriptor*)
H A Ddescriptor.cc1476 if (!output_type()->is_unqualified_placeholder_) {
1479 proto->mutable_output_type()->append(output_type()->full_name());
1798 output_type()->full_name());
3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
3603 if (output_type.IsNull()) {
3606 proto.output_type());
3607 } else if (output_type.type != Symbol::MESSAGE) {
3610 "\"" + proto.output_type() + "\" is not a message type.");
3612 method->output_type_ = output_type
[all...]
H A Ddescriptor.pb.cc557 "\001 \001(\t\022\022\n\ninput_type\030\002 \001(\t\022\023\n\013output_type"
3875 // optional string output_type = 3;
3883 this->output_type().data(), this->output_type().length(),
3942 // optional string output_type = 3;
3945 this->output_type().data(), this->output_type().length(),
3948 3, this->output_type(), output);
3985 // optional string output_type = 3;
3988 this->output_type()
[all...]
H A Ddescriptor_unittest.cc151 const string& output_type) {
155 result->set_output_type(output_type);
1135 EXPECT_EQ(foo_response_, foo_->output_type());
1136 EXPECT_EQ(bar_response_, bar_->output_type());
2992 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3005 " method { name: \"A\" input_type: \"Bar\" output_type: \"Foo\" }"
3017 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3030 " method { name: \"A\" input_type: \"Foo\" output_type: \"Bar\" }"
3513 " output_type: \"TestMessage\""
3537 " output_type
148 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.pb.h1330 // optional string output_type = 3;
1334 inline const ::std::string& output_type() const;
3549 // optional string output_type = 3;
3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
/external/valgrind/main/perf/
H A Dtinycc.c2031 int tcc_set_output_type(TCCState *s, int output_type);
2410 int output_type;
18591 if (s1->output_type == TCC_OUTPUT_DLL) {
18606 if (s1->output_type == TCC_OUTPUT_DLL) {
18840 if (s1->output_type == TCC_OUTPUT_DLL)
18869 if (s1->output_type == TCC_OUTPUT_EXE)
18878 if (s1->output_type == TCC_OUTPUT_DLL)
18900 if (s1->output_type == TCC_OUTPUT_EXE)
19096 if (s1->output_type != TCC_OUTPUT_MEMORY) {
19117 if (s1->output_type !
2408 int output_type; member in struct:TCCState
21119 tcc_set_output_type(TCCState *s, int output_type) argument
21431 static int output_type; variable
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc473 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type()));
484 "output_type=$output_type$,\n"

Completed in 459 milliseconds