OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usettype
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp
69
typedef unordered_set<int, hash<int>, equal_to<int> >
usettype
;
typedef
70
usettype
us;
73
usettype
us2(us);
78
pair<
usettype
::iterator, bool> ret;
91
usettype
::local_iterator lit, litEnd;
96
usettype
::size_type bucket_pos = us.bucket(*lit);
105
//
usettype
::iterator it;
119
typedef unordered_multiset<int, hash<int>, equal_to<int> >
usettype
;
typedef
120
usettype
us;
123
usettype
::iterator ret
[
all
...]
/ndk/tests/device/test-stlport/unit/
unordered_test.cpp
69
typedef unordered_set<int, hash<int>, equal_to<int> >
usettype
;
typedef
70
usettype
us;
73
usettype
us2(us);
78
pair<
usettype
::iterator, bool> ret;
91
usettype
::local_iterator lit, litEnd;
96
usettype
::size_type bucket_pos = us.bucket(*lit);
105
//
usettype
::iterator it;
119
typedef unordered_multiset<int, hash<int>, equal_to<int> >
usettype
;
typedef
120
usettype
us;
123
usettype
::iterator ret
[
all
...]
Completed in 104 milliseconds