Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:COUNT

563 							"<passages count=\"006\" formatversion=\"20020620\">\n"

1018 "<passages count=\"006\" formatversion=\"20020620\">"
1061 "<passages count=\"006\" formatversion=\"20020620\">"
1228 int count = 0;
1234 ++count;
1237 XMLTest( "Comments iterate correctly.", 3, count );
1282 int count=0;
1286 ++count;
1289 XMLTest( "Clone and Equal", 4, count );
2235 static const int COUNT = 10;
2236 for (int i = 0; i < COUNT; ++i) {
2258 const double duration = 1000.0 * (double)(end - start) / ((double)freq * (double)COUNT);
2260 const double duration = (double)(cend - cstart) / (double)COUNT;