Searched refs:ToStr (Results 1 - 3 of 3) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.cpp371 void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) function in class:XMLUtil
377 void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize ) function in class:XMLUtil
383 void XMLUtil::ToStr( bool v, char* buffer, int bufferSize ) function in class:XMLUtil
389 void XMLUtil::ToStr( float v, char* buffer, int bufferSize ) function in class:XMLUtil
395 void XMLUtil::ToStr( double v, char* buffer, int bufferSize ) function in class:XMLUtil
1072 XMLUtil::ToStr( v, buf, BUF_SIZE );
1080 XMLUtil::ToStr( v, buf, BUF_SIZE );
1088 XMLUtil::ToStr( v, buf, BUF_SIZE );
1095 XMLUtil::ToStr( v, buf, BUF_SIZE );
1102 XMLUtil::ToStr(
[all...]
H A Dtinyxml2.h393 static void ToStr( int v, char* buffer, int bufferSize );
394 static void ToStr( unsigned v, char* buffer, int bufferSize );
395 static void ToStr( bool v, char* buffer, int bufferSize );
396 static void ToStr( float v, char* buffer, int bufferSize );
397 static void ToStr( double v, char* buffer, int bufferSize );
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1279 static PyObject* ToStr(CMessage* self) { function in namespace:google::protobuf::python::cmessage
2328 (reprfunc)cmessage::ToStr, // tp_str

Completed in 141 milliseconds