Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dutility.hpp244 auto getCodeValue = [](char c) { in base64Decode() local
262 base64code0 = getCodeValue(input[i]); in base64Decode()
272 base64code1 = getCodeValue(input[i]); in base64Decode()
287 base64code2 = getCodeValue(input[i]); in base64Decode()
303 char base64code3 = getCodeValue(input[i]); in base64Decode()