HomeSort by relevance Sort by last modified time
    Searched refs:__args (Results 76 - 100 of 514) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
112 construct(pointer __p, _Args&&... __args)
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
extptr_allocator.h 107 construct(_Up* __p, _Args&&... __args)
108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
112 construct(pointer __p, _Args&&... __args)
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
printf.h 70 __const void *__const *__args);
177 __const void *__const *__restrict __args) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 74 _Construct(_T1* __p, _Args&&... __args)
75 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args)
122 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
new_allocator.h 119 construct(_Up* __p, _Args&&... __args)
120 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 70 __const void *__const *__args);
177 __const void *__const *__restrict __args) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 74 _Construct(_T1* __p, _Args&&... __args)
75 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args)
122 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
new_allocator.h 119 construct(_Up* __p, _Args&&... __args)
120 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_construct.h 74 _Construct(_T1* __p, _Args&&... __args)
75 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args)
122 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
new_allocator.h 119 construct(_Up* __p, _Args&&... __args)
120 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 114 construct(pointer __p, _Args&&... __args)
115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 114 construct(pointer __p, _Args&&... __args)
115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 114 construct(pointer __p, _Args&&... __args)
115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
malloc_allocator.h 114 construct(pointer __p, _Args&&... __args)
115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 116 construct(pointer __p, _Args&&... __args)
117 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
new_allocator.h 113 construct(pointer __p, _Args&&... __args)
114 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 76 _Construct(_T1* __p, _Args&&... __args)
77 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 114 construct(_Up* __p, _Args&&... __args)
115 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
new_allocator.h 109 construct(_Up* __p, _Args&&... __args)
110 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
malloc_allocator.h 116 construct(pointer __p, _Args&&... __args)
117 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
new_allocator.h 113 construct(pointer __p, _Args&&... __args)
114 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 76 _Construct(_T1* __p, _Args&&... __args)
77 { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }

Completed in 316 milliseconds

1 2 34 5 6 7 8 91011>>