/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
tuple | 318 tuple(const _T1& __a1, const _T2& __a2) 319 : _Inherited(__a1, __a2) { } 323 tuple(_U1&& __a1, _U2&& __a2) 324 : _Inherited(std::forward<_U1>(__a1), std::forward<_U2>(__a2)) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
tuple | 174 tuple(typename __add_c_ref<_T1>::type __a1, 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
random.tcc | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
random.h | 470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 475 const linear_congruential<_UIntType1, __a1, __c1, 491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
tuple | 176 tuple(typename __add_c_ref<_T1>::type __a1, 178 : _Inherited(__a1, __a2) { }
|
random.tcc | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
random.h | 470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 475 const linear_congruential<_UIntType1, __a1, __c1, 491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
tuple | 176 tuple(typename __add_c_ref<_T1>::type __a1, 178 : _Inherited(__a1, __a2) { }
|
random.tcc | [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 174 tuple(typename __add_c_ref<_T1>::type __a1, 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
random.tcc | [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 174 tuple(typename __add_c_ref<_T1>::type __a1, 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
random.tcc | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
tuple | 174 tuple(typename __add_c_ref<_T1>::type __a1, 176 : _Inherited(__a1, __a2) { }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 637 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 656 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
random.tcc | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.tcc | [all...] |
random.h | 294 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 299 __a1, __c1, __m1>&); 314 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 318 std::linear_congruential_engine<_UIntType1, __a1, 508 _UIntType1 __a1, size_t __u1, 516 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, 534 _UIntType1 __a1, size_t __u1, 542 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.tcc | [all...] |
random.h | 294 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 299 __a1, __c1, __m1>&); 314 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 318 std::linear_congruential_engine<_UIntType1, __a1, 508 _UIntType1 __a1, size_t __u1, 516 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, 534 _UIntType1 __a1, size_t __u1, 542 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, [all...] |