HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 626 - 650 of 928) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_deque.h 814 * @param __value An element to copy.
817 * This constructor fills the %deque with @a __n copies of @a __value.
819 deque(size_type __n, const value_type& __value,
822 { _M_fill_initialize(__value); }
827 * @param __value An element to copy.
830 * This constructor fills the %deque with @a __n copies of @a __value.
833 deque(size_type __n, const value_type& __value = value_type(),
836 { _M_fill_initialize(__value); }
    [all...]
stl_list.h 563 * @param __value An element to copy.
566 * This constructor fills the %list with @a __n copies of @a __value.
568 list(size_type __n, const value_type& __value,
571 { _M_fill_initialize(__n, __value); }
576 * @param __value An element to copy.
579 * This constructor fills the %list with @a __n copies of @a __value.
582 list(size_type __n, const value_type& __value = value_type(),
585 { _M_fill_initialize(__n, __value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/
dynamic_bitset 134 _M_resize(size_t __nbits, bool __value)
142 if (__value)
728 resize(size_type __nbits, bool __value = false)
730 if (__value)
732 this->_M_resize(__nbits, __value);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
forward_list.tcc 280 _M_fill_initialize(size_type __n, const value_type& __value)
285 __to->_M_next = this->_M_create_node(__value);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
forward_list.tcc 280 _M_fill_initialize(size_type __n, const value_type& __value)
285 __to->_M_next = this->_M_create_node(__value);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1007 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_vector.h 227 vector(size_type __n, const value_type& __value = value_type(),
230 { _M_fill_initialize(__n, __value); }
1003 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
forward_list.tcc 130 _M_fill_initialize(size_type __n, const value_type& __value)
135 __to->_M_next = this->_M_create_node(__value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
forward_list.tcc 130 _M_fill_initialize(size_type __n, const value_type& __value)
135 __to->_M_next = this->_M_create_node(__value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 889 * @param __value The value to be removed.
893 * to @p __value to the range beginning at @p __result.
900 _OutputIterator __result, const _Tp& __value)
911 if (!(*__first == __value))
1300 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1377 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 889 * @param __value The value to be removed.
893 * to @p __value to the range beginning at @p __result.
900 _OutputIterator __result, const _Tp& __value)
911 if (!(*__first == __value))
1300 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1377 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 863 * @param __value The value to be removed.
867 * to @p __value to the range beginning at @p __result.
874 _OutputIterator __result, const _Tp& __value)
885 if (!(*__first == __value))
1274 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
1351 typename iterator_traits<_InputIterator>::value_type __value = *__first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
time.h 366 __const struct itimerspec *__restrict __value,
370 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
forward_list.tcc 119 _M_fill_initialize(size_type __n, const value_type& __value)
124 __to->_M_next = this->_M_create_node(__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
forward_list 90 forward_list(size_type __n, const _Tp& __value,
92 : _Base(__n, __value, __al)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
algorithm 227 const _Tp& __value,
238 if (*__first == __value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 366 __const struct itimerspec *__restrict __value,
370 extern int timer_gettime (timer_t __timerid, struct itimerspec *__value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 225 const _Tp& __value,
236 if (*__first == __value)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 225 const _Tp& __value,
236 if (*__first == __value)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 223 const _Tp& __value,
234 if (*__first == __value)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 223 const _Tp& __value,
234 if (*__first == __value)

Completed in 1810 milliseconds

<<21222324252627282930>>