OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testMap2
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/eh/
test_hash_map.cpp
96
TestMap testMap,
testMap2
;
103
testMap2
.insert( TestMap::value_type() );
119
WeakCheck( testMap, insert_range_tester(testMap,
testMap2
.begin(),
testMap2
.end() ) );
123
ConstCheck( 0, test_construct_iter_range_n<TestMap>(
testMap2
) );
127
WeakCheck( testMap, test_assign_op<TestMap>(
testMap2
) );
test_map.cpp
100
TestMap testMap,
testMap2
;
108
testMap2
.insert( TestMap::value_type() );
121
WeakCheck( testMap, insert_range_tester(testMap,
testMap2
.begin(),
testMap2
.end() ) );
123
ConstCheck( 0, test_construct_iter_range<TestMap>(
testMap2
) );
125
WeakCheck( testMap, test_assign_op<TestMap>(
testMap2
) );
Completed in 2882 milliseconds