/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
array_allocator.h | 128 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT 129 : _M_array(__o._M_array), _M_used(__o._M_used) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
array_allocator.h | 122 array_allocator(const array_allocator& __o) throw() 123 : _M_array(__o._M_array), _M_used(__o._M_used) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
array_allocator.h | 128 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT 129 : _M_array(__o._M_array), _M_used(__o._M_used) { }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
array_allocator.h | 136 array_allocator(const array_allocator& __o) _GLIBCXX_USE_NOEXCEPT 137 : _M_array(__o._M_array), _M_used(__o._M_used) { }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
gslice.h | 151 gslice::gslice(size_t __o, const valarray<size_t>& __l, 153 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 93 slice::slice(size_t __o, size_t __d, size_t __s) 94 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
gslice.h | 153 gslice::gslice(size_t __o, const valarray<size_t>& __l, 155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 95 slice::slice(size_t __o, size_t __d, size_t __s) 96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
gslice.h | 153 gslice::gslice(size_t __o, const valarray<size_t>& __l, 155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 95 slice::slice(size_t __o, size_t __d, size_t __s) 96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 151 gslice::gslice(size_t __o, const valarray<size_t>& __l, 153 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 93 slice::slice(size_t __o, size_t __d, size_t __s) 94 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 151 gslice::gslice(size_t __o, const valarray<size_t>& __l, 153 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 93 slice::slice(size_t __o, size_t __d, size_t __s) 94 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 151 gslice::gslice(size_t __o, const valarray<size_t>& __l, 153 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
slice_array.h | 93 slice::slice(size_t __o, size_t __d, size_t __s) 94 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
gslice.h | 151 gslice::gslice(size_t __o, const valarray<size_t>& __l, 153 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 153 gslice::gslice(size_t __o, const valarray<size_t>& __l, 155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 153 gslice::gslice(size_t __o, const valarray<size_t>& __l, 155 : _M_index(new gslice::_Indexer(__o, __l, __s)) {}
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
slice_array.h | 69 * @param __o Offset in array of first element. 73 slice(size_t __o, size_t __d, size_t __s); 95 slice::slice(size_t __o, size_t __d, size_t __s) 96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
slice_array.h | 69 * @param __o Offset in array of first element. 73 slice(size_t __o, size_t __d, size_t __s); 95 slice::slice(size_t __o, size_t __d, size_t __s) 96 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
slice_array.h | 68 * @param __o Offset in array of first element. 72 slice(size_t __o, size_t __d, size_t __s); 94 slice::slice(size_t __o, size_t __d, size_t __s) 95 : _M_off(__o), _M_sz(__d), _M_st(__s) {}
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
stdatomic.h | 161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \ 167 *__p __o __v; \
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \ 167 *__p __o __v; \
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
stdatomic.h | 161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \ 167 *__p __o __v; \
|