Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.cc2706 template<> struct ToUnsigned<4> { struct
2707 typedef uint32_t Type;
2710 template<> struct ToUnsigned<8> { struct
2711 typedef uint64_t Type;
/external/tinyxml2/
Dtinyxml2.cpp600 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in tinyxml2::XMLUtil