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.cc2873 struct ToUnsigned<1> { struct
2874 using Type = uint8_t;
2877 template<> struct ToUnsigned<4> { struct
2878 using Type = uint32_t;
2881 template<> struct ToUnsigned<8> { struct
2882 using Type = uint64_t;