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
1401 if ( XMLUtil::ToUnsigned( Value(), value )) { in QueryUnsignedValue()
1665 if ( XMLUtil::ToUnsigned( t, uval ) ) { in QueryUnsignedText()
Dtinyxml2.h623 static bool ToUnsigned( const char* str, unsigned* value );
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2704 template<size_t size> struct ToUnsigned;
2706 template<> struct ToUnsigned<4> { struct
2710 template<> struct ToUnsigned<8> { struct
2739 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value; in utoa()