HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_CALL (Results 151 - 175 of 582) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 46 inline bool _STLP_CALL
56 inline bool _STLP_CALL stlp_in_range_aux(_Iterator1 __it, const _Iterator& __first,
58 inline bool _STLP_CALL stlp_in_range_aux(const _Iterator1& __it, const _Iterator& __first,
68 inline bool _STLP_CALL
78 bool _STLP_CALL __check_range_aux(const _Iterator& __first, const _Iterator& __last,
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
90 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last) {
96 bool _STLP_CALL __check_range(const _Iterator& __it,
104 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last,
112 bool _STLP_CALL __check_ptr_range(const _Tp* __first, const _Tp* __last)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 249 inline _Category _STLP_CALL iterator_category(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return _Category(); }
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
255 inline random_access_iterator_tag _STLP_CALL iterator_category(const _Tp*) { return random_access_iterator_tag(); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
279 inline input_iterator_tag _STLP_CALL
281 inline output_iterator_tag _STLP_CALL
284 inline forward_iterator_tag _STLP_CALL
287 inline bidirectional_iterator_tag _STLP_CALL
    [all...]
_stream_iterator.h 196 inline output_iterator_tag _STLP_CALL
200 inline output_iterator_tag _STLP_CALL
211 inline bool _STLP_CALL
218 inline bool _STLP_CALL
226 inline input_iterator_tag _STLP_CALL
230 inline _Tp* _STLP_CALL
235 inline ptrdiff_t* _STLP_CALL
239 inline _Dist* _STLP_CALL
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 46 inline bool _STLP_CALL
56 inline bool _STLP_CALL stlp_in_range_aux(_Iterator1 __it, const _Iterator& __first,
58 inline bool _STLP_CALL stlp_in_range_aux(const _Iterator1& __it, const _Iterator& __first,
68 inline bool _STLP_CALL
78 bool _STLP_CALL __check_range_aux(const _Iterator& __first, const _Iterator& __last,
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
90 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last) {
96 bool _STLP_CALL __check_range(const _Iterator& __it,
104 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last,
112 bool _STLP_CALL __check_ptr_range(const _Tp* __first, const _Tp* __last)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 249 inline _Category _STLP_CALL iterator_category(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return _Category(); }
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Tp*, 0); }
253 inline _Distance* _STLP_CALL distance_type(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return __STATIC_CAST(_Distance*, 0); }
255 inline random_access_iterator_tag _STLP_CALL iterator_category(const _Tp*) { return random_access_iterator_tag(); }
257 inline _Tp* _STLP_CALL value_type(const _Tp*) { return __STATIC_CAST(_Tp*, 0); }
259 inline ptrdiff_t* _STLP_CALL distance_type(const _Tp*) { return __STATIC_CAST(ptrdiff_t*, 0); }
279 inline input_iterator_tag _STLP_CALL
281 inline output_iterator_tag _STLP_CALL
284 inline forward_iterator_tag _STLP_CALL
287 inline bidirectional_iterator_tag _STLP_CALL
    [all...]
_stream_iterator.h 196 inline output_iterator_tag _STLP_CALL
200 inline output_iterator_tag _STLP_CALL
211 inline bool _STLP_CALL
218 inline bool _STLP_CALL
226 inline input_iterator_tag _STLP_CALL
230 inline _Tp* _STLP_CALL
235 inline ptrdiff_t* _STLP_CALL
239 inline _Dist* _STLP_CALL
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_debug.c 46 inline bool _STLP_CALL
56 inline bool _STLP_CALL stlp_in_range_aux(_Iterator1 __it, const _Iterator& __first,
58 inline bool _STLP_CALL stlp_in_range_aux(const _Iterator1& __it, const _Iterator& __first,
68 inline bool _STLP_CALL
78 bool _STLP_CALL __check_range_aux(const _Iterator& __first, const _Iterator& __last,
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
90 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last) {
96 bool _STLP_CALL __check_range(const _Iterator& __it,
104 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last,
112 bool _STLP_CALL __check_ptr_range(const _Tp* __first, const _Tp* __last)
    [all...]
  /external/stlport/stlport/stl/
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /external/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 131 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n, __FILE__, __LINE__)); }
132 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p, __FILE__, __LINE__); }
134 inline void* _STLP_CALL __stl_new(size_t __n) { _STLP_CHECK_NULL_ALLOC(::operator new(__n)); }
135 inline void _STLP_CALL __stl_delete(void* __p) { ::operator delete(__p); }
_string_fwd.h 50 const char* _STLP_CALL __get_c_string(const string& __str);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_intel.h 68 void _STLP_CALL unexpected();

Completed in 2642 milliseconds

1 2 3 4 5 67 8 91011>>