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

/external/stlport/test/unit/
H A Dptrspec_test.cpp107 vector<int const*> pcint_vect; local
126 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
127 pcint_vect.insert(pcint_vect.end(), cint_array, cint_array + 3);
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
131 pcint_vect.insert(pcint_vect.end(), int_array, int_array + 3);
134 pcint_vect
[all...]

Completed in 1792 milliseconds