Searched refs:_STLP_NON_DBG_VECTOR (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dlocale_impl.h46 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector) macro
47 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
48 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >; variable
49 # undef _STLP_NON_DBG_VECTOR macro
H A Ddll_main.cpp147 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector) macro
148 template class _STLP_CLASS_DECLSPEC __construct_checker<_STLP_PRIV _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> > >;
149 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_VECTOR<locale::facet*, allocator<locale::facet*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
150 # undef _STLP_NON_DBG_VECTOR macro
/external/stlport/stlport/stl/debug/
H A D_vector.h37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc> macro
44 value_type(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&)
48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&)
102 _STLP_PRIV __construct_checker< _STLP_NON_DBG_VECTOR >
108 typedef _STLP_NON_DBG_VECTOR _Base;
110 typedef _STLP_PRIV __construct_checker<_STLP_NON_DBG_VECTOR > _ConstructCheck;
419 #undef _STLP_NON_DBG_VECTOR macro
/external/stlport/stlport/stl/
H A D_hashtable.h82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector) macro
83 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> > >;
84 _STLP_EXPORT_TEMPLATE_CLASS _STLP_NON_DBG_VECTOR<_Slist_node_base*, allocator<_Slist_node_base*> >; variable
85 # undef _STLP_NON_DBG_VECTOR macro

Completed in 2068 milliseconds