Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/strings/
Descaping.cc571 static void b2a_hex_t(const unsigned char* src, T dest, ptrdiff_t num) { in b2a_hex_t() function
582 b2a_hex_t<string&>(reinterpret_cast<const unsigned char*>(b), result, len); in b2a_hex()