Searched refs:type_value (Results 1 – 12 of 12) sorted by relevance
58 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local60 constructor->NewInstance(env->context(), 1, &type_value)); in Instantiate()116 int type_value = args[0].As<Int32>()->Value(); in New() local117 PipeWrap::SocketType type = static_cast<PipeWrap::SocketType>(type_value); in New()
64 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local66 constructor->NewInstance(env->context(), 1, &type_value)); in Instantiate()132 int type_value = args[0].As<Int32>()->Value(); in New() local133 TCPWrap::SocketType type = static_cast<TCPWrap::SocketType>(type_value); in New()
232 TraceValueUnion type_value; \233 type_value.union_member = arg; \235 *value = type_value.as_uint; \
353 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local354 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()357 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local355 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()358 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
350 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local351 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()354 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
1022 std::vector<note_tag_t::note_values_t>::const_iterator type_value; in note() local1024 type_value = std::find_if( in note()1032 type_value != name_group->values.end() ) { in note()1035 << type_value->type_str << " (" << type_value->description in note()
532 TraceValueUnion type_value; \533 type_value.union_member = arg; \535 *value = type_value.as_uint; \
1156 + auto type_value = MakeValue(static_cast<int>(converter::kFmkTypeThirdParty));1157 + MS_CHECK_TRUE_RET(type_value != nullptr, nullptr);1158 + func_graph->set_attr("fmk", type_value);
155 type_field, type_value) \ argument159 assert(parent && parent->type_field == type_value); \