7 #if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS) 13 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) 29 #if defined (STLPORT) && defined (_STLP_NO_MEMBER_TEMPLATES) 41 void allocator_with_state();
42 void optimizations_check();
77 CPPUNIT_ASSERT(!((dit < cdit) || (dit > cdit) || (dit != cdit) || !(dit <= cdit) || !(dit >= cdit)));
91 dit =
d.insert(
d.begin(), 3);
98 dit =
d.insert(
d.begin() + 1, 4);
105 dit =
d.insert(
d.end(), 5);
112 dit =
d.insert(
d.end() - 1, 6);
119 d.insert(
d.begin(), 2, 7);
126 d.insert(
d.begin() + 1, 2, 8);
132 d.insert(
d.begin() + 3, 2, 9);
138 d.insert(
d.end(), 2, 10);
145 d.insert(
d.end() - 1, 2, 11);
151 d.insert(
d.end() - 3, 2, 12);
166 #if !defined (STLPORT) || defined (_STLP_USE_EXCEPTIONS) 186 for (
i = 0;
i < 5; ++
i) {
197 for (
i = 0;
i < 5; ++
i) {
212 DequeInt dint1(10, 0, stack1);
213 DequeInt dint1Cpy(dint1);
215 DequeInt dint2(10, 1, stack2);
216 DequeInt dint2Cpy(dint2);
243 #if defined (STLPORT) 244 # if defined (_STLP_USE_NAMESPACES) 251 typedef __true_type has_trivial_assignment_operator;
255 # if defined (_STLP_USE_NAMESPACES) 264 #if !defined (STLPORT) || !defined (_STLP_NO_MEMBER_TEMPLATES) 272 d2.insert(d2.end(), d1.
begin(), d1.
end());
304 it = dint.
begin() + 2;
317 #if (!defined (STLPORT) || \ 318 (!defined (_STLP_USE_PTR_SPECIALIZATIONS) || defined (_STLP_CLASS_PARTIAL_SPECIALIZATION))) && \ 319 (!defined (_MSC_VER) || (_MSC_VER > 1400)) && \ 320 (!defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC_MINOR__ < 3)) void push_front(const value_type &__t=_STLP_DEFAULT_CONSTRUCTED(_Tp))
void push_back(const value_type &__t=_STLP_DEFAULT_CONSTRUCTED(_Tp))
static struct cd_image cd
#define CPPUNIT_TEST_SUITE(X)
void optimizations_check()
GLint GLint GLint GLint GLint x
deque< IncompleteClass >::size_type size
#define CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST_SUITE_REGISTRATION(DequeTest)
_Base::const_iterator const_iterator
#define _STLP_TEMPLATE_NULL
#define CPPUNIT_ASSERT(X)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
void allocator_with_state()
deque< IncompleteClass > instances
iterator erase(iterator __pos)