Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc2655 template<> struct MaxDecimalDigitsIn<4> { struct
2656 static const int kSigned = 11;
2657 static const int kUnsigned = 10;
2659 template<> struct MaxDecimalDigitsIn<8> { struct
2660 static const int kSigned = 20;
2661 static const int kUnsigned = 20;