HomeSort by relevance Sort by last modified time
    Searched full:__tag (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 272 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a)
273 : _Inherited(__tag, __a),
277 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
279 : _Inherited(__tag, __a, __tail...),
285 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
287 : _Inherited(__tag, __a, std::forward<_UTail>(__tail)...),
292 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
294 : _Inherited(__tag, __a, _M_tail(__in)),
298 _Tuple_impl(allocator_arg_t __tag, const _Alloc& __a,
300 : _Inherited(__tag, __a, std::move(_M_tail(__in))),
    [all...]
  /bionic/libm/include/i387/
fenv.h 45 __uint32_t __tag; member in struct:__anon697
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 45 __uint32_t __tag; member in struct:__anon1431
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fmtmsg.h 97 __const char *__action, __const char *__tag);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fmtmsg.h 97 __const char *__action, __const char *__tag);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fmtmsg.h 97 __const char *__action, __const char *__tag);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
fenv.h 44 __uint32_t __tag; member in struct:__anon34782
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
fenv.h 44 __uint32_t __tag; member in struct:__anon38420
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
fenv.h 46 __uint32_t __tag; member in struct:__anon39902
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
fenv.h 46 __uint32_t __tag; member in struct:__anon42627
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
fenv.h 44 __uint32_t __tag; member in struct:__anon31426
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
fenv.h 44 __uint32_t __tag; member in struct:__anon32212
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h 44 __uint32_t __tag; member in struct:__anon34058
  /external/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 115 const input_iterator_tag &__tag) {
118 _M_appendT(__f, __l, __tag);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 984 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
986 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
991 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
1008 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr_base.h 984 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
986 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
991 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
1008 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr_base.h 984 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
986 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
991 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
1008 __shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
856 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
861 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
856 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
861 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 855 __shared_ptr(_Sp_make_shared_tag __tag, _Alloc __a, _Args&&... __args)
856 : _M_ptr(), _M_refcount(__tag, (_Tp*)0, __a,
861 void* __p = _M_refcount._M_get_deleter(typeid(__tag));
    [all...]

Completed in 6408 milliseconds

1 2