OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMultiSet
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/eh/
test_hash_set.cpp
33
eh_allocator(TestClass) >
TestMultiSet
;
36
container_category(const
TestMultiSet
&)
44
TestMultiSet
testMultiSet
, testMultiSet2;
48
while (
testMultiSet
.size() < hash_setSize )
50
TestMultiSet
::value_type x;
51
testMultiSet
.insert( x );
52
testMultiSet2.insert(
TestMultiSet
::value_type() );
56
WeakCheck(
testMultiSet
, test_hash_resize<
TestMultiSet
>() );
[
all
...]
test_set.cpp
34
typedef EH_STD::__multiset__<TestClass, ThrowCompare, eh_allocator(TestClass) >
TestMultiSet
;
37
container_category(const
TestMultiSet
&) {
42
TestMultiSet
testMultiSet
, testMultiSet2;
46
while (
testMultiSet
.size() < setSize) {
47
TestMultiSet
::value_type x;
48
testMultiSet
.insert( x );
49
testMultiSet2.insert(
TestMultiSet
::value_type() );
52
StrongCheck(
testMultiSet
, test_insert_value<
TestMultiSet
>(testMultiSet) )
[
all
...]
Completed in 5908 milliseconds