Home
last modified time | relevance | path

Searched refs:type_value (Results 1 – 12 of 12) sorted by relevance

/third_party/node/src/
Dpipe_wrap.cc58 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local
60 constructor->NewInstance(env->context(), 1, &type_value)); in Instantiate()
116 int type_value = args[0].As<Int32>()->Value(); in New() local
117 PipeWrap::SocketType type = static_cast<PipeWrap::SocketType>(type_value); in New()
Dtcp_wrap.cc64 Local<Value> type_value = Int32::New(env->isolate(), type); in Instantiate() local
66 constructor->NewInstance(env->context(), 1, &type_value)); in Instantiate()
132 int type_value = args[0].As<Int32>()->Value(); in New() local
133 TCPWrap::SocketType type = static_cast<TCPWrap::SocketType>(type_value); in New()
/third_party/skia/src/core/
DSkTraceEvent.h232 TraceValueUnion type_value; \
233 type_value.union_member = arg; \
235 *value = type_value.as_uint; \
/third_party/flutter/skia/src/core/
DSkTraceEvent.h232 TraceValueUnion type_value; \
233 type_value.union_member = arg; \
235 *value = type_value.as_uint; \
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp353 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
354 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()
357 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.cpp354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
355 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()
358 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
/third_party/spirv-tools/source/
Dtext_handler.cpp350 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
351 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()
354 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp354 auto type_value = value_types_.find(value); in getTypeOfValueInstruction() local
355 if (type_value == value_types_.end()) { in getTypeOfValueInstruction()
358 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value)); in getTypeOfValueInstruction()
/third_party/elfio/elfio/
Delfio_dump.hpp1022 std::vector<note_tag_t::note_values_t>::const_iterator type_value; in note() local
1024 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()
/third_party/node/src/tracing/
Dtrace_event.h532 TraceValueUnion type_value; \
533 type_value.union_member = arg; \
535 *value = type_value.as_uint; \
/third_party/mindspore/patches/
D0006-Support-converting-THIRDPARTY-model-in-MSLite.patch1156 + 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);
/third_party/mesa3d/src/compiler/nir/
Dnir.h155 type_field, type_value) \ argument
159 assert(parent && parent->type_field == type_value); \