Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp600 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in tinyxml2::XMLUtil
1387 if ( XMLUtil::ToUnsigned( Value(), value )) { in QueryUnsignedValue()
1651 if ( XMLUtil::ToUnsigned( t, uval ) ) { in QueryUnsignedText()
Dtinyxml2.h612 static bool ToUnsigned( const char* str, unsigned* value );
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2747 template<size_t size> struct ToUnsigned;
2749 template<> struct ToUnsigned<4> { struct
2753 template<> struct ToUnsigned<8> { struct
2782 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa()