Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp89 char foundAsString[64]; in XMLTest() local
90 XMLUtil::ToStr(found, foundAsString, sizeof(foundAsString)); in XMLTest()
92 printf (" %s [%s][%s]\n", testString, expectedAsString, foundAsString ); in XMLTest()