HomeSort by relevance Sort by last modified time
    Searched refs:_Category (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 80 char *__cdecl setlocale(int _Category,const char *_Locale);
83 _locale_t __cdecl _create_locale(int _Category,const char *_Locale);
86 _locale_t __cdecl __create_locale(int _Category,const char *_Locale);
91 _CRTIMP wchar_t *__cdecl _wsetlocale(int _Category,const wchar_t *_Locale);
wchar.h 300 _CRTIMP wchar_t *__cdecl _wsetlocale(int _Category,const wchar_t *_Locale);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
121 typedef _Category iterator_category;
stl_algobase.h 311 template<typename _Category>
312 struct __copy_move<true, false, _Category>
383 typedef typename iterator_traits<_II>::iterator_category _Category;
390 _Category>::__copy_m(__first, __last, __result);
514 template<typename _Category>
515 struct __copy_move_backward<true, false, _Category>
578 typedef typename iterator_traits<_BI1>::iterator_category _Category;
585 _Category>::__copy_move_b(__first,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_types.h 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
121 typedef _Category iterator_category;
stl_algobase.h 311 template<typename _Category>
312 struct __copy_move<true, false, _Category>
383 typedef typename iterator_traits<_II>::iterator_category _Category;
390 _Category>::__copy_m(__first, __last, __result);
514 template<typename _Category>
515 struct __copy_move_backward<true, false, _Category>
578 typedef typename iterator_traits<_BI1>::iterator_category _Category;
585 _Category>::__copy_move_b(__first,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
safe_iterator.h 100 _Category;
101 return __get_distance(__lhs, __rhs, _Category());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
safe_iterator.h 100 _Category;
101 return __get_distance(__lhs, __rhs, _Category());

Completed in 378 milliseconds