Searched defs:Signature (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
| H A D | signature.h | 55 class Signature { class 57 Signature(SignatureInfo *signatureInfo, Type *returnType) : signatureInfo_(signatureInfo), returnType_(returnType) in Signature() function in panda::es2panda::panda::es2panda::checker::Signature |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ | ||
| H A D | signature.h | 104 class Signature { class 106 Signature(SignatureInfo *signatureInfo, Type *returnType) : signatureInfo_(signatureInfo), returnType_(returnType) in Signature() function in ark::es2panda::ark::es2panda::checker::ark::es2panda::checker::Signature 110 Signature(SignatureInfo *signatureInfo, Type *returnType, util::StringView internalName) in Signature() function in ark::es2panda::ark::es2panda::checker::ark::es2panda::checker::Signature 115 Signature(SignatureInfo *signatureInfo, Type *returnType, ir::ScriptFunction *func) in Signature() function in ark::es2panda::ark::es2panda::checker::ark::es2panda::checker::Signature [all...] |
Completed in 1 milliseconds