/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 148 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateMethodSignatures() 219 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateNotImplementedMethods() 249 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateCallMethod() 290 (which == REQUEST) ? method->input_type() : method->output_type(); in GenerateGetPrototype() 317 sub_vars["input_type"] = ClassName(method->input_type(), true); in GenerateStubMethods()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_service.cc | 188 vars["input"] = ClassName(method->input_type()); in GenerateCallMethod() 233 vars["input"] = ClassName(method->input_type()); in GenerateCallBlockingMethod() 278 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype() 416 vars["input"] = ClassName(method->input_type()); in GenerateMethodSignature() 431 vars["input"] = ClassName(method->input_type()); in GenerateBlockingMethodSignature()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete.h | 732 AutocompleteInput::Type input_type, in AutocompleteLog() 737 input_type(input_type), in AutocompleteLog() 745 AutocompleteInput::Type input_type; member
|
D | history_quick_provider.h | 58 AutocompleteInput::Type input_type,
|
D | history_url_provider.h | 190 static int CalculateRelevance(AutocompleteInput::Type input_type,
|
D | history_quick_provider.cc | 200 AutocompleteInput::Type input_type, in CalculateRelevance() argument
|
D | history_url_provider.cc | 458 int HistoryURLProvider::CalculateRelevance(AutocompleteInput::Type input_type, in CalculateRelevance() argument
|
/external/valgrind/tsan/ |
D | ts_offline.cc | 361 if (G_flags->input_type == "bin") { in main() 363 } else if (G_flags->input_type == "decode") { in main() 371 } else if (G_flags->input_type == "str") { in main() 374 Printf("Error: Unknown input_type value %s\n", G_flags->input_type.c_str()); in main()
|
D | thread_sanitizer.h | 49 string input_type; // for ts_offline. member
|
D | thread_sanitizer.cc | 8058 G_flags->input_type = input_type_tmp; in ThreadSanitizerParseFlags() 8060 G_flags->input_type = "str"; in ThreadSanitizerParseFlags()
|
/external/chromium/chrome/browser/metrics/ |
D | metrics_log.cc | 474 const std::string input_type( in RecordOmniboxOpenedURL() local 475 AutocompleteInput::TypeToString(log.input_type)); in RecordOmniboxOpenedURL() 476 if (!input_type.empty()) in RecordOmniboxOpenedURL() 477 WriteAttribute("inputtype", input_type); in RecordOmniboxOpenedURL()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 542 input_type, output_type, options=None): argument 553 self.input_type = input_type
|
D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 93 input_type=None,
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1471 if (!input_type()->is_unqualified_placeholder_) { in CopyTo() 1474 proto->mutable_input_type()->append(input_type()->full_name()); in CopyTo() 1797 input_type()->full_name(), in DebugString() 3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local 3590 if (input_type.IsNull()) { in CrossLinkMethod() 3593 proto.input_type()); in CrossLinkMethod() 3594 } else if (input_type.type != Symbol::MESSAGE) { in CrossLinkMethod() 3597 "\"" + proto.input_type() + "\" is not a message type."); in CrossLinkMethod() 3599 method->input_type_ = input_type.descriptor; in CrossLinkMethod()
|
D | descriptor.h | 754 const Descriptor* input_type() const; 1262 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
|
D | descriptor.pb.cc | 3866 this->input_type().data(), this->input_type().length(), in MergePartialFromCodedStream() 3936 this->input_type().data(), this->input_type().length(), in SerializeWithCachedSizes() 3939 2, this->input_type(), output); in SerializeWithCachedSizes() 3978 this->input_type().data(), this->input_type().length(), in SerializeWithCachedSizesToArray() 3982 2, this->input_type(), target); in SerializeWithCachedSizesToArray() 4024 this->input_type()); in ByteSize() 4072 set_input_type(from.input_type()); in MergeFrom()
|
D | descriptor_unittest.cc | 150 const string& input_type, in AddMethod() argument 154 result->set_input_type(input_type); in AddMethod() 1130 EXPECT_EQ(foo_request_, foo_->input_type()); in TEST_F() 1131 EXPECT_EQ(bar_request_, bar_->input_type()); in TEST_F()
|
D | descriptor.proto | 190 optional string input_type = 2; field
|
D | descriptor.pb.h | 1324 inline const ::std::string& input_type() const; 3517 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 472 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type())); in PrintServiceDescriptor()
|