Home
last modified time | relevance | path

Searched refs:DECODE_TABLE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dbase64.h96 if (encoded >= DECODE_TABLE.size()) { in DecodeChar()
99 return DECODE_TABLE[encoded]; in DecodeChar()
127 static constexpr std::array<uint8_t, 123> DECODE_TABLE = { member in ark::tooling::inspector::final
/arkcompiler/toolchain/tooling/base/
H A Dpt_base64.cpp19 static const unsigned char DECODE_TABLE[] = { member
55 auto v = DECODE_TABLE[*src]; in Decode()

Completed in 2 milliseconds