Searched refs:input_type (Results 1 - 20 of 20) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true);
154 " const $input_type$* request,\n"
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
224 " const $input_type$*,\n"
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
257 " ::google::protobuf::down_cast<const $input_type$*>(request),\n"
290 (which == REQUEST) ? method->input_type()
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h732 AutocompleteInput::Type input_type,
737 input_type(input_type),
745 AutocompleteInput::Type input_type; member in struct:AutocompleteLog
731 AutocompleteLog(const string16& text, AutocompleteInput::Type input_type, size_t selected_index, size_t inline_autocompleted_length, const AutocompleteResult& result) argument
H A Dhistory_quick_provider.h58 AutocompleteInput::Type input_type,
H A Dhistory_url_provider.h190 static int CalculateRelevance(AutocompleteInput::Type input_type,
H A Dhistory_quick_provider.cc200 AutocompleteInput::Type input_type,
199 CalculateRelevance(int raw_score, AutocompleteInput::Type input_type, MatchType match_type, size_t match_number) argument
H A Dhistory_url_provider.cc458 int HistoryURLProvider::CalculateRelevance(AutocompleteInput::Type input_type, argument
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc188 vars["input"] = ClassName(method->input_type());
233 vars["input"] = ClassName(method->input_type());
278 (which == REQUEST) ? method->input_type() : method->output_type());
416 vars["input"] = ClassName(method->input_type());
431 vars["input"] = ClassName(method->input_type());
/external/valgrind/tsan/
H A Dts_offline.cc361 if (G_flags->input_type == "bin") {
363 } else if (G_flags->input_type == "decode") {
371 } else if (G_flags->input_type == "str") {
374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str());
H A Dthread_sanitizer.h49 string input_type; // for ts_offline. member in struct:FLAGS
H A Dthread_sanitizer.cc8056 FindStringFlag("input_type", args, &input_type_tmp);
8058 G_flags->input_type = input_type_tmp;
8060 G_flags->input_type = "str";
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py535 input_type: The descriptor of the message that this method accepts.
542 input_type, output_type, options=None):
553 self.input_type = input_type
H A Dservice_reflection.py187 return method_descriptor.input_type._concrete_class
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc474 const std::string input_type(
475 AutocompleteInput::TypeToString(log.input_type));
476 if (!input_type.empty())
477 WriteAttribute("inputtype", input_type);
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py93 input_type=None,
317 input_type: '.protobuf_unittest.FooRequest'
322 input_type: '.protobuf_unittest.BarRequest'
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h754 const Descriptor* input_type() const;
1262 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.cc1471 if (!input_type()->is_unqualified_placeholder_) {
1474 proto->mutable_input_type()->append(input_type()->full_name());
1797 input_type()->full_name(),
3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
3590 if (input_type.IsNull()) {
3593 proto.input_type());
3594 } else if (input_type.type != Symbol::MESSAGE) {
3597 "\"" + proto.input_type() + "\" is not a message type.");
3599 method->input_type_ = input_type
[all...]
H A Ddescriptor.pb.cc3858 // optional string input_type = 2;
3866 this->input_type().data(), this->input_type().length(),
3933 // optional string input_type = 2;
3936 this->input_type().data(), this->input_type().length(),
3939 2, this->input_type(), output);
3975 // optional string input_type = 2;
3978 this->input_type().data(), this->input_type()
[all...]
H A Ddescriptor_unittest.cc150 const string& input_type,
154 result->set_input_type(input_type);
1130 EXPECT_EQ(foo_request_, foo_->input_type());
1131 EXPECT_EQ(bar_request_, bar_->input_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\" }"
3512 " input_type: \"NoSuchType\"" // error
3536 " input_type
148 AddMethod(ServiceDescriptorProto* service, const string& name, const string& input_type, const string& output_type) argument
[all...]
H A Ddescriptor.pb.h1320 // optional string input_type = 2;
1324 inline const ::std::string& input_type() const;
3507 // optional string input_type = 2;
3517 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc472 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type()));
483 "input_type=$input_type$,\n"

Completed in 335 milliseconds