Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc171 char Base63Char(int value) { in Base63Char() function
188 res += Base63Char(static_cast<int>(n % 63)); in Base63()