Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dutility.hpp258 auto getCodeValue = [](char c) { in base64Decode() local
276 base64code0 = getCodeValue(input[i]); in base64Decode()
287 base64code1 = getCodeValue(input[i]); in base64Decode()
304 base64code2 = getCodeValue(input[i]); in base64Decode()
322 char base64code3 = getCodeValue(input[i]); in base64Decode()