Searched refs:_STLP_CONST (Results 1 - 6 of 6) sorted by relevance

/external/stlport/src/
H A Dmessage_facets.h44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
/external/stlport/stlport/stl/
H A D_map.h43 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
57 typedef pair<_STLP_CONST _Key, _Tp> value_type;
236 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
250 typedef pair<_STLP_CONST _Key, _Tp> value_type;
H A D_unordered_map.h36 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
48 typedef pair<_STLP_CONST key_type, data_type> value_type;
204 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
216 typedef pair<_STLP_CONST key_type, data_type> value_type;
H A D_hash_map.h44 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
56 typedef pair<_STLP_CONST key_type, data_type> value_type;
235 _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(_STLP_CONST _Key, _Tp) >
247 typedef pair<_STLP_CONST key_type, data_type> value_type;
/external/stlport/test/unit/
H A Dmap_test.cpp91 #ifndef _STLP_CONST
92 # define _STLP_CONST const macro
94 pair<_STLP_CONST char, int> p('X', 10);
/external/stlport/stlport/stl/config/
H A Dfeatures.h924 # define _STLP_CONST const macro
926 # define _STLP_CONST macro

Completed in 623 milliseconds