HomeSort by relevance Sort by last modified time
    Searched refs:VectorInt (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
vector_test.cpp 382 typedef vector<int, StackAllocator<int> > VectorInt;
383 VectorInt vint1(10, 0, stack1);
384 VectorInt vint1Cpy(vint1);
386 VectorInt vint2(10, 1, stack2);
387 VectorInt vint2Cpy(vint2);
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 382 typedef vector<int, StackAllocator<int> > VectorInt;
383 VectorInt vint1(10, 0, stack1);
384 VectorInt vint1Cpy(vint1);
386 VectorInt vint2(10, 1, stack2);
387 VectorInt vint2Cpy(vint2);
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 382 typedef vector<int, StackAllocator<int> > VectorInt;
383 VectorInt vint1(10, 0, stack1);
384 VectorInt vint1Cpy(vint1);
386 VectorInt vint2(10, 1, stack2);
387 VectorInt vint2Cpy(vint2);

Completed in 180 milliseconds