337 #if defined (STLPORT) && defined (_STLP_USE_CONTAINERS_EXTENSION) 339 typedef map<Key, int, KeyCmp> Container;
340 typedef Container::value_type
value;
356 Container
const& ccont = cont;
364 typedef map<Key*, int, KeyCmpPtr> Container;
365 typedef Container::value_type
value;
367 Key key1(1), key2(2), key3(3), key4(4);
369 cont.insert(
value(&key2, 2));
370 cont.insert(
value(&key3, 3));
371 cont.insert(
value(&key4, 4));
381 Container
const& ccont = cont;
389 typedef Container::value_type
value;
405 Container
const& ccont = cont;
414 typedef Container::value_type
value;
416 Key key1(1), key2(2), key3(3), key4(4);
418 cont.insert(
value(&key2, 2));
419 cont.insert(
value(&key3, 3));
420 cont.insert(
value(&key4, 4));
430 Container
const& ccont = cont;
GLuint64EXT GLuint GLuint GLenum GLenum GLuint GLuint GLenum GLuint GLuint key1
pair< _T1, _T2 > _STLP_CALL make_pair(_T1 __x, _T2 __y)
_Must_inspect_result_ _In_ WDFDEVICE _In_ ULONG _In_ ACCESS_MASK _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFKEY * Key
GLsizei const GLfloat * value
#define CPPUNIT_ASSERT(X)