Searched defs:static_cast (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/lexer/token/ | ||
| H A D | number.h | 71 explicit Number(uint32_t num) noexcept : Number(static_cast<int32_t>(num)) {} in static_cast() function in ark::es2panda::lexer::Number 73 explicit Number(uint64_t num) noexcept : Number(static_cast<int64_t>(num)) {} in static_cast() function in ark::es2panda::lexer::Number |
Completed in 2 milliseconds