Home
last modified time | relevance | path

Searched defs:SignatureInfo (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dsignature.h29 class SignatureInfo { class
31 explicit SignatureInfo(ArenaAllocator *allocator) : params(allocator->Adapter()) {} in SignatureInfo() function in panda::es2panda::panda::es2panda::checker::SignatureInfo
33 SignatureInfo(const SignatureInfo *other, ArenaAllocator *allocator) : params(allocator->Adapter()) in SignatureInfo() function in panda::es2panda::panda::es2panda::checker::SignatureInfo
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.h29 class SignatureInfo { class
31 explicit SignatureInfo(ArenaAllocator *allocator) : typeParams {allocator->Adapter()}, params {allocator->Adapter()} in SignatureInfo() function in ark::es2panda::ark::es2panda::checker::SignatureInfo
35 SignatureInfo(const SignatureInfo *other, ArenaAllocator *allocator) in SignatureInfo() function in ark::es2panda::ark::es2panda::checker::SignatureInfo
[all...]

Completed in 1 milliseconds