Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2583 template<> struct MaxDecimalDigitsIn<4> { struct
2584 static const int kSigned = 11;
2585 static const int kUnsigned = 10;
2587 template<> struct MaxDecimalDigitsIn<8> { struct
2588 static const int kSigned = 20;
2589 static const int kUnsigned = 20;