HomeSort by relevance Sort by last modified time
    Searched full:output_type (Results 1 - 19 of 19) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 149 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/protobuf/src/google/protobuf/compiler/java/
java_service.cc 189 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/python/google/protobuf/internal/
descriptor_test.py 94 output_type=None)
318 output_type: '.protobuf_unittest.FooResponse'
323 output_type: '.protobuf_unittest.BarResponse'
  /external/qemu/audio/
fmodaudio.c 548 int output_type = -1; local
569 output_type = drvtab[i].type;
583 if (output_type != -1) {
584 status = FSOUND_SetOutput (output_type);
586 fmod_logerr ("FSOUND_SetOutput(%d) failed\n", output_type);
  /external/protobuf/python/google/protobuf/
service_reflection.py 203 return method_descriptor.output_type._concrete_class
284 method_descriptor.output_type._concrete_class, callback)
descriptor.py 536 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/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 473 m["output_type"] = ModuleLevelDescriptorName(*(method->output_type()));
484 "output_type=$output_type$,\n"
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 151 const string& output_type) {
155 result->set_output_type(output_type);
    [all...]
descriptor.cc 3602 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); local
    [all...]
service.h 277 // method->input_type() and method->output_type().
descriptor.pb.cc 557 "\001 \001(\t\022\022\n\ninput_type\030\002 \001(\t\022\023\n\013output_type"
    [all...]
descriptor.h 756 const Descriptor* output_type() const;
    [all...]
descriptor.proto 191 optional string output_type = 3;
descriptor.pb.h 3559 inline const ::std::string& MethodDescriptorProto::output_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 625 " method { name:\"Foo\" input_type:\"In\" output_type:\"Out\" }"
639 " method { name:\"Foo\" input_type:\"In1\" output_type:\"Out1\" }"
640 " method { name:\"Bar\" input_type:\"In2\" output_type:\"Out2\" }"
641 " method { name:\"Baz\" input_type:\"In3\" output_type:\"Out3\" }"
    [all...]
parser.cc 957 RecordLocation(method, DescriptorPool::ErrorCollector::OUTPUT_TYPE);
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
amrencode.h 47 Description: Changed output_type to output_format.
gsmamr_enc.h 53 AMR_ETS, and changed output_type to output_format in the
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 710 printf(" <output_type> <test_case> <size_nal if H264>\n\n\n");
    [all...]

Completed in 552 milliseconds