Searched defs:MaxDecimalDigitsIn (Results 1 – 1 of 1) sorted by relevance
2616 template<> struct MaxDecimalDigitsIn<4> { struct2617 static const int kSigned = 11;2618 static const int kUnsigned = 10;2620 template<> struct MaxDecimalDigitsIn<8> { struct2621 static const int kSigned = 20;2622 static const int kUnsigned = 20;