Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 25 of 31) sorted by relevance

12

/third_party/node/test/js-native-api/test_general/
Dtest_general.c106 napi_valuetype argument_type; in testNapiTypeof() local
107 NAPI_CALL(env, napi_typeof(env, args[0], &argument_type)); in testNapiTypeof()
110 if (argument_type == napi_number) { in testNapiTypeof()
113 } else if (argument_type == napi_string) { in testNapiTypeof()
116 } else if (argument_type == napi_function) { in testNapiTypeof()
119 } else if (argument_type == napi_object) { in testNapiTypeof()
122 } else if (argument_type == napi_boolean) { in testNapiTypeof()
125 } else if (argument_type == napi_undefined) { in testNapiTypeof()
128 } else if (argument_type == napi_symbol) { in testNapiTypeof()
131 } else if (argument_type == napi_null) { in testNapiTypeof()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp269 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
270 if (!argument_type) { in ValidateFunctionCall()
279 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
281 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
Dinstruction.h143 typedef spvtools::val::Instruction argument_type;
145 result_type operator()(const argument_type& inst) const {
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp268 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
269 if (!argument_type) { in ValidateFunctionCall()
278 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
280 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
Dinstruction.h146 typedef spvtools::val::Instruction argument_type;
148 result_type operator()(const argument_type& inst) const {
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp269 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local
270 if (!argument_type) { in ValidateFunctionCall()
279 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
281 !DoPointeesLogicallyMatch(argument_type, parameter_type, _)) { in ValidateFunctionCall()
Dinstruction.h143 typedef spvtools::val::Instruction argument_type;
145 result_type operator()(const argument_type& inst) const {
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dinstruction.h120 typedef libspirv::Instruction argument_type;
122 result_type operator()(const argument_type& inst) const {
/third_party/gn/src/base/files/
Dfile_path.h383 typedef base::FilePath argument_type;
385 result_type operator()(argument_type const& f) const {
/third_party/flutter/engine/flutter/fml/memory/
Dref_ptr.h241 using argument_type = fml::RefPtr<T>;
244 result_type operator()(const argument_type& ptr) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h30 using IndexT = typename ToIndexT::argument_type;
DSparseSet.h128 using KeyT = typename KeyFunctorT::argument_type;
DSparseMultiSet.h120 using KeyT = typename KeyFunctorT::argument_type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h516 using argument_type = llvm::pdb::PDB_SymType;
519 result_type operator()(const argument_type &Arg) const {
/third_party/flutter/skia/tools/gpu/
DMemoryCache.h75 using argument_type = Key; member
/third_party/ninja/src/
Dhash_map.h62 typedef StringPiece argument_type;
/third_party/skia/tools/gpu/
DMemoryCache.h81 using argument_type = Key; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.hpp243 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
Dspirv_msl.hpp762 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
Dspirv_glsl.hpp770 virtual std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type);
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Doptional.h378 using argument_type = absl::optional<T>;
Dconformance_archetype.h957 using argument_type = Archetype<Prof>;
959 result_type operator()(const argument_type& arg) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h1131 using argument_type = unsigned; member
DMachineBasicBlock.h856 using argument_type = const MachineBasicBlock *;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp14488 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDMat() local
14491 switch (argument_type) in getUniformFunctionForDMat()
14529 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForDVec() local
14532 switch (argument_type) in getUniformFunctionForDVec()
14559 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForIVec() local
14562 switch (argument_type) in getUniformFunctionForIVec()
14589 const Utils::_variable_type argument_type = function_object.getArgumentType(argument); in getUniformFunctionForUVec() local
14592 switch (argument_type) in getUniformFunctionForUVec()
15026 Utils::_variable_type argument_type = function_object.getArgumentType(argument); in prepareVertexShaderCode() local
15028 std::string uniform_type = Utils::getVariableTypeString(argument_type); in prepareVertexShaderCode()
[all …]

12