Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DBase64Test.cpp40 char NonPrintableVector[] = {0x00, 0x00, 0x00, 0x46, in TEST() local
42 TestBase64({NonPrintableVector, sizeof(NonPrintableVector)}, "AAAARgAI/+4="); in TEST()