OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestMultiMap
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/eh/
test_hash_map.cpp
38
eh_allocator(TestClass) >
TestMultiMap
;
42
container_category(const
TestMultiMap
&) {
48
TestMultiMap
testMultiMap
, testMultiMap2;
52
while (
testMultiMap
.size() < hash_mapSize )
54
TestMultiMap
::value_type x;
55
testMultiMap
.insert( x );
56
testMultiMap2.insert(
TestMultiMap
::value_type() );
60
WeakCheck(
testMultiMap
, test_hash_resize<
TestMultiMap
>() );
[
all
...]
test_map.cpp
48
typedef EH_STD::__multimap__<TestClass, TestClass, ThrowCompare, eh_allocator(TestClass) >
TestMultiMap
;
52
TestMultiMap
testMultiMap
, testMultiMap2;
56
while (
testMultiMap
.size() < mapSize )
58
TestMultiMap
::value_type x;
59
testMultiMap
.insert( x );
60
testMultiMap2.insert(
TestMultiMap
::value_type() );
63
StrongCheck(
testMultiMap
, test_insert_value<
TestMultiMap
>(
testMultiMap
) );
[
all
...]
Completed in 29 milliseconds