Home
last modified time | relevance | path

Searched defs:ToStr (Results 1 – 4 of 4) 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
/external/skia/tests/
DDetermineDomainModeTest.cpp107 static const char* ToStr(EdgeType type) { in ToStr() function in RectInfo
/external/skqp/tests/
DDetermineDomainModeTest.cpp107 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