Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.cc208 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/
Dcpp_service.cc148 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/
Djava_service.cc211 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/
Ddescriptor.py630 input_type, output_type, options=None): argument
641 self.input_type = input_type
Dservice_reflection.py187 return method_descriptor.input_type._concrete_class
/external/protobuf/python/google/protobuf/
Ddescriptor.py683 input_type, output_type, options=None): argument
694 self.input_type = input_type
Dservice_reflection.py187 return method_descriptor.input_type._concrete_class
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c327 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/
Ddescriptor.cc1720 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()
Ddescriptor.h931 const Descriptor* input_type() const;
1544 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
Ddescriptor.pb.cc4581 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()
Ddescriptor_unittest.cc152 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()
Ddescriptor.pb.h1445 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()
Ddescriptor.proto214 optional string input_type = 2; field
/external/v8/src/arm64/
Dcode-stubs-arm64.cc3569 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/
Ddescriptor_test.py94 input_type=None,
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc522 m["input_type"] = ModuleLevelDescriptorName(*(method->input_type())); in PrintServiceDescriptor()
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc103 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/
Ddescriptor.proto201 optional string input_type = 2; field