Searched refs:_STLP_PTR_IMPL_NAME (Results 1 - 14 of 14) sorted by relevance

/external/stlport/src/
H A Ddll_main.cpp167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >;
172 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(list)<void*, allocator<void*> >;
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >;
183 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(deque)<void*, allocator<void*> >;
/external/stlport/stlport/stl/
H A D_slist.c58 # define slist _STLP_PTR_IMPL_NAME(slist)
H A D_list.c87 # define list _STLP_PTR_IMPL_NAME(list)
H A D_vector.c48 # define vector _STLP_PTR_IMPL_NAME(vector)
H A D_list.h220 # define list _STLP_PTR_IMPL_NAME(list)
H A D_vector.h101 # define vector _STLP_PTR_IMPL_NAME(vector)
H A D_deque.c87 # define deque _STLP_PTR_IMPL_NAME(deque)
H A D_deque.h392 # define deque _STLP_PTR_IMPL_NAME(deque)
H A D_slist.h190 # define slist _STLP_PTR_IMPL_NAME(slist)
/external/stlport/stlport/stl/pointers/
H A D_vector.h29 #define VECTOR_IMPL _STLP_PTR_IMPL_NAME(vector)
H A D_list.h29 #define LIST_IMPL _STLP_PTR_IMPL_NAME(list)
H A D_deque.h77 #define DEQUE_IMPL _STLP_PTR_IMPL_NAME(deque)
H A D_slist.h29 #define SLIST_IMPL _STLP_PTR_IMPL_NAME(slist)
/external/stlport/stlport/stl/config/
H A Dfeatures.h382 # define _STLP_PTR_IMPL_NAME(X) _Impl_##X macro

Completed in 1700 milliseconds