Home
last modified time | relevance | path

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

/external/v8/src/
Dheap-snapshot-generator.cc2782 template<> struct ToUnsigned<4> { struct
2783 typedef uint32_t Type;
2786 template<> struct ToUnsigned<8> { struct
2787 typedef uint64_t Type;
/external/tinyxml2/
Dtinyxml2.cpp408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil