Home
last modified time | relevance | path

Searched refs:numElements (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/qa/core/
H A DTest-BigPtrArray.cxx636 void test_insert_at_end(const char* numElements) in test_insert_at_end() argument
640 strcat(buff, numElements); in test_insert_at_end()
641 int n = atoi(numElements); in test_insert_at_end()
650 void test_insert_at_front(const char* numElements) in test_insert_at_front() argument
654 strcat(buff, numElements); in test_insert_at_front()
655 int n = atoi(numElements); in test_insert_at_front()

Completed in 17 milliseconds