/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 208 Type* input_type = NodeProperties::GetBounds(node).upper; in ConvertToI32() local 210 if (input_type->Is(type)) return node; // already in the value range. in ConvertToI32() 435 Type* input_type = NodeProperties::GetBounds(input).upper; in ReduceJSToNumberInput() local 436 if (input_type->Is(Type::Number())) { in ReduceJSToNumberInput() 440 if (input_type->Is(Type::Undefined())) { in ReduceJSToNumberInput() 444 if (input_type->Is(Type::Null())) { in ReduceJSToNumberInput() 448 if (input_type->Is(Type::Boolean())) { in ReduceJSToNumberInput() 468 Type* input_type = NodeProperties::GetBounds(input).upper; in ReduceJSToStringInput() local 469 if (input_type->Is(Type::String())) { in ReduceJSToStringInput() 472 if (input_type->Is(Type::Undefined())) { in ReduceJSToStringInput() [all …]
|
/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 | 211 method->input_type()); in GenerateCallMethod() 259 method->input_type()); in GenerateCallBlockingMethod() 305 (which == REQUEST) ? method->input_type() : method->output_type()); in GenerateGetPrototype() 445 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateMethodSignature() 460 vars["input"] = name_resolver_->GetImmutableClassName(method->input_type()); in GenerateBlockingMethodSignature()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 630 input_type, output_type, options=None): argument 641 self.input_type = input_type
|
D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 683 input_type, output_type, options=None): argument 694 self.input_type = input_type
|
D | service_reflection.py | 187 return method_descriptor.input_type._concrete_class
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); in declare_input_fs() local 333 input_type, args, 3, LLVMReadOnlyAttribute); in declare_input_fs()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1720 if (!input_type()->is_unqualified_placeholder_) { in CopyTo() 1723 proto->mutable_input_type()->append(input_type()->full_name()); in CopyTo() 2108 input_type()->full_name(), in DebugString() 4409 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local 4410 if (input_type.IsNull()) { in CrossLinkMethod() 4413 proto.input_type()); in CrossLinkMethod() 4414 } else if (input_type.type != Symbol::MESSAGE) { in CrossLinkMethod() 4417 "\"" + proto.input_type() + "\" is not a message type."); in CrossLinkMethod() 4419 method->input_type_ = input_type.descriptor; in CrossLinkMethod()
|
D | descriptor.h | 931 const Descriptor* input_type() const; 1544 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
|
D | descriptor.pb.cc | 4581 this->input_type().data(), this->input_type().length(), in MergePartialFromCodedStream() 4659 this->input_type().data(), this->input_type().length(), in SerializeWithCachedSizes() 4663 2, this->input_type(), output); in SerializeWithCachedSizes() 4706 this->input_type().data(), this->input_type().length(), in SerializeWithCachedSizesToArray() 4711 2, this->input_type(), target); in SerializeWithCachedSizesToArray() 4755 this->input_type()); in ByteSize() 4803 set_input_type(from.input_type()); in MergeFrom()
|
D | descriptor_unittest.cc | 152 const string& input_type, in AddMethod() argument 156 result->set_input_type(input_type); in AddMethod() 1230 EXPECT_EQ(foo_request_, foo_->input_type()); in TEST_F() 1231 EXPECT_EQ(bar_request_, bar_->input_type()); in TEST_F()
|
D | descriptor.pb.h | 1445 inline const ::std::string& input_type() const; 1451 inline void set_allocated_input_type(::std::string* input_type); 4811 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function 4857 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type() argument 4861 if (input_type) { in set_allocated_input_type() 4863 input_type_ = input_type; in set_allocated_input_type()
|
D | descriptor.proto | 214 optional string input_type = 2; field
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 3569 Register input_type = x12; in Generate() local 3592 __ IsObjectJSStringType(input_string, input_type, &runtime); in Generate() 3631 __ Tst(input_type, kIsIndirectStringMask); in Generate() 3633 __ Tst(input_type, kSlicedNotConsMask); in Generate() 3655 __ Ldrb(input_type, FieldMemOperand(temp, Map::kInstanceTypeOffset)); in Generate() 3685 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_slice); in Generate() 3720 __ Tst(input_type, kExternalStringTag); in Generate() 3723 __ Tst(input_type, kShortExternalStringTag); in Generate() 3739 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_sequential); in Generate()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 94 input_type=None,
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 522 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type())); in PrintServiceDescriptor()
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 103 Node* ReduceUnop(const Operator* op, Type* input_type) { in ReduceUnop() argument 104 return reduce(Unop(op, Parameter(input_type))); in ReduceUnop()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 201 optional string input_type = 2; field
|