Home | History | Annotate | Download | only in eh

Lines Matching refs:TestClass

17 #include "TestClass.h"
31 typedef EH_STD::vector<TestClass, eh_allocator(TestClass) > TestVector;
33 typedef EH_STD::__vector__<TestClass, eh_allocator(TestClass) > TestVector;
64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last )
86 TestClass x;
88 testVector2.push_back( TestClass() );
92 TestClass *insFirst = new TestVector::value_type[1+ insCnt];