Home
last modified time | relevance | path

Searched defs:BaseCharToDigit (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/strings/
Dstring_number_conversions.cc59 template<typename CHAR, int BASE, bool BASE_LTE_10> class BaseCharToDigit { class
63 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, true> { class
75 template<typename CHAR, int BASE> class BaseCharToDigit<CHAR, BASE, false> { class