Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp408 bool XMLUtil::ToUnsigned( const char* str, unsigned *value ) in ToUnsigned() function in XMLUtil
1032 if ( XMLUtil::ToUnsigned( Value(), value )) in QueryUnsignedValue()
1184 if ( XMLUtil::ToUnsigned( t, _value ) ) { in QueryUnsignedText()
Dtinyxml2.h401 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()