/third_party/node/test/js-native-api/test_general/ |
D | test_general.c | 106 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/ |
D | validate_function.cpp | 269 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()
|
D | instruction.h | 143 typedef spvtools::val::Instruction argument_type; 145 result_type operator()(const argument_type& inst) const {
|
/third_party/spirv-tools/source/val/ |
D | validate_function.cpp | 268 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()
|
D | instruction.h | 146 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/ |
D | validate_function.cpp | 269 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()
|
D | instruction.h | 143 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/ |
D | instruction.h | 120 typedef libspirv::Instruction argument_type; 122 result_type operator()(const argument_type& inst) const {
|
/third_party/gn/src/base/files/ |
D | file_path.h | 383 typedef base::FilePath argument_type; 385 result_type operator()(argument_type const& f) const {
|
/third_party/flutter/engine/flutter/fml/memory/ |
D | ref_ptr.h | 241 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/ |
D | IndexedMap.h | 30 using IndexT = typename ToIndexT::argument_type;
|
D | SparseSet.h | 128 using KeyT = typename KeyFunctorT::argument_type;
|
D | SparseMultiSet.h | 120 using KeyT = typename KeyFunctorT::argument_type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 516 using argument_type = llvm::pdb::PDB_SymType; 519 result_type operator()(const argument_type &Arg) const {
|
/third_party/flutter/skia/tools/gpu/ |
D | MemoryCache.h | 75 using argument_type = Key; member
|
/third_party/ninja/src/ |
D | hash_map.h | 62 typedef StringPiece argument_type;
|
/third_party/skia/tools/gpu/ |
D | MemoryCache.h | 81 using argument_type = Key; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_hlsl.hpp | 243 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
|
D | spirv_msl.hpp | 762 std::string bitcast_glsl_op(const SPIRType &result_type, const SPIRType &argument_type) override;
|
D | spirv_glsl.hpp | 770 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/ |
D | optional.h | 378 using argument_type = absl::optional<T>;
|
D | conformance_archetype.h | 957 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/ |
D | TargetRegisterInfo.h | 1131 using argument_type = unsigned; member
|
D | MachineBasicBlock.h | 856 using argument_type = const MachineBasicBlock *;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 14488 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 …]
|