OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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