Home
last modified time | relevance | path

Searched refs:decodeBase64Byte (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBase64.cpp12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte() function
58 const char DecodedByte = decodeBase64Byte(Byte); in decodeBase64()