Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2771 struct ToUnsigned<1> { struct
2772 using Type = uint8_t;
2775 template<> struct ToUnsigned<4> { struct
2776 using Type = uint32_t;
2779 template<> struct ToUnsigned<8> { struct
2780 using Type = uint64_t;