Searched defs:kBase64Map (Results 1 - 2 of 2) sorted by path

/art/runtime/
H A Ddex_file_test.cc39 static const uint8_t kBase64Map[256] = { member in namespace:art
69 uint8_t c = kBase64Map[src[i] & 0xFF];
H A Ddex_file_verifier_test.cc35 static const uint8_t kBase64Map[256] = { member in namespace:art
72 uint8_t c = kBase64Map[src[i] & 0xFF];

Completed in 41 milliseconds