Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2695 struct MaxDecimalDigitsIn<1> { struct
2696 static const int kSigned = 3;
2697 static const int kUnsigned = 3;
2699 template<> struct MaxDecimalDigitsIn<4> { struct
2700 static const int kSigned = 11;
2701 static const int kUnsigned = 10;
2703 template<> struct MaxDecimalDigitsIn<8> { struct
2704 static const int kSigned = 20;
2705 static const int kUnsigned = 20;