Home
last modified time | relevance | path

Searched refs:ToStr (Results 1 – 6 of 6) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp552 void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) in ToStr() function in tinyxml2::XMLUtil
558 void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize ) in ToStr() function in tinyxml2::XMLUtil
564 void XMLUtil::ToStr( bool v, char* buffer, int bufferSize ) in ToStr() function in tinyxml2::XMLUtil
573 void XMLUtil::ToStr( float v, char* buffer, int bufferSize ) in ToStr() function in tinyxml2::XMLUtil
579 void XMLUtil::ToStr( double v, char* buffer, int bufferSize ) in ToStr() function in tinyxml2::XMLUtil
585 void XMLUtil::ToStr(int64_t v, char* buffer, int bufferSize) in ToStr() function in tinyxml2::XMLUtil
1453 XMLUtil::ToStr( v, buf, BUF_SIZE ); in SetAttribute()
1461 XMLUtil::ToStr( v, buf, BUF_SIZE ); in SetAttribute()
1469 XMLUtil::ToStr(v, buf, BUF_SIZE); in SetAttribute()
1478 XMLUtil::ToStr( v, buf, BUF_SIZE ); in SetAttribute()
[all …]
Dtinyxml2.h614 static void ToStr( int v, char* buffer, int bufferSize );
615 static void ToStr( unsigned v, char* buffer, int bufferSize );
616 static void ToStr( bool v, char* buffer, int bufferSize );
617 static void ToStr( float v, char* buffer, int bufferSize );
618 static void ToStr( double v, char* buffer, int bufferSize );
619 static void ToStr(int64_t v, char* buffer, int bufferSize);
Dxmltest.cpp87 XMLUtil::ToStr(expected, expectedAsString, sizeof(expectedAsString)); in XMLTest()
90 XMLUtil::ToStr(found, foundAsString, sizeof(foundAsString)); in XMLTest()
/external/skia/tests/
DDetermineDomainModeTest.cpp100 ToStr(fTypes[kLeft]), ToStr(fTypes[kTop]), in print()
101 ToStr(fTypes[kRight]), ToStr(fTypes[kBot])); in print()
107 static const char* ToStr(EdgeType type) { in ToStr() function in RectInfo
/external/skqp/tests/
DDetermineDomainModeTest.cpp100 ToStr(fTypes[kLeft]), ToStr(fTypes[kTop]), in print()
101 ToStr(fTypes[kRight]), ToStr(fTypes[kBot])); in print()
107 static const char* ToStr(EdgeType type) { in ToStr() function in RectInfo
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1813 static PyObject* ToStr(CMessage* self) { in CheckAndGetInteger() function
2766 (reprfunc)cmessage::ToStr, // tp_repr in CheckAndGetInteger()
2772 (reprfunc)cmessage::ToStr, // tp_str in CheckAndGetInteger()