| /third_party/node/deps/npm/node_modules/nopt/lib/ |
| H A D | nopt-lib.js | 8 let hasType = hasOwn(types, k) 10 if (!hasType && typeof dynamicTypes === 'function') { 14 hasType = true 17 return [hasType, type] 90 let [hasType, rawType] = getType(k, { types, dynamicTypes }) 128 if (!hasType) { 305 let [hasType, argType] = getType(arg, { types, dynamicTypes }) 316 if (!hasType && hasOwn(data, arg)) {
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
| H A D | text.cpp | 296 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
| H A D | binary.cpp | 523 assert(opcode_entry->hasType);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
| H A D | text.cpp | 296 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
| H A D | binary.cpp | 523 assert(opcode_entry->hasType);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
| H A D | IRMover.h | 59 bool hasType(StructType *Ty);
|
| /third_party/spirv-tools/source/ |
| H A D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
| H A D | text.cpp | 297 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 676 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
| H A D | binary.cpp | 533 assert(opcode_entry->hasType);
|
| /third_party/glslang/SPIRV/ |
| H A D | doc.h | 236 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionParameters
|
| H A D | SPVRemapper.cpp | 443 if (spv::InstructionDesc[opCode].hasType()) in buildLocalMaps() 550 if (spv::InstructionDesc[opCode].hasType()) { in processInstruction() 778 const unsigned word = start + (spv::InstructionDesc[opCode].hasType() ? 2 : 1); in mapFnBodies()
|
| H A D | disassemble.cpp | 188 if (InstructionDesc[opCode].hasType()) { in processInstructions()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FieldDescriptorProto.php | 280 public function hasType() function
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 275 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
|
| H A D | header.cpp | 531 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 275 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
|
| H A D | header.cpp | 531 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.h | 287 bool hasType() const { return typePresent != 0; } in hasType() function in spv::InstructionValue
|
| H A D | header.cpp | 536 out << " case " << fmtEnumUse("Op", name) << ": *hasResult = " << (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "false") << "; break;" << std::endl;
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_info.cpp | 1776 bool hasType = true; in ParseDNGPrivateData() local 1785 hasType = false; in ParseDNGPrivateData() 1840 uint32 tagType = hasType ? stream.Get_uint16 () in ParseDNGPrivateData()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 249 DstStructTypesSet.hasType(STy)) in get() 788 if (TypeMap.DstStructTypesSet.hasType(ST)) { in computeTypeMapping() 822 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping() 1556 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Descriptors.java | 1380 if (proto.hasType()) { in FieldDescriptor() 1460 if (!proto.hasType()) { in crossLink()
|
| /third_party/typescript/lib/ |
| H A D | typingsInstaller.js | 14527 function hasType(node) { global() function [all...] |