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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
list.tcc 240 remove(const value_type& __value)
249 if (*__first == __value)
254 if (std::__addressof(*__first) != std::__addressof(__value))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
list.tcc 239 remove(const value_type& __value)
248 if (*__first == __value)
253 if (std::__addressof(*__first) != std::__addressof(__value))
stl_vector.h 276 * @param __value An element to copy.
279 * This constructor fills the %vector with @a __n copies of @a __value.
281 vector(size_type __n, const value_type& __value,
284 { _M_fill_initialize(__n, __value); }
289 * @param __value An element to copy.
292 * This constructor fills the %vector with @a __n copies of @a __value.
295 vector(size_type __n, const value_type& __value = value_type(),
298 { _M_fill_initialize(__n, __value); }
1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
list.tcc 239 remove(const value_type& __value)
248 if (*__first == __value)
253 if (std::__addressof(*__first) != std::__addressof(__value))
stl_vector.h 276 * @param __value An element to copy.
279 * This constructor fills the %vector with @a __n copies of @a __value.
281 vector(size_type __n, const value_type& __value,
284 { _M_fill_initialize(__n, __value); }
289 * @param __value An element to copy.
292 * This constructor fills the %vector with @a __n copies of @a __value.
295 vector(size_type __n, const value_type& __value = value_type(),
298 { _M_fill_initialize(__n, __value); }
1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 187 remove(const value_type& __value)
196 if (*__first == __value)
201 if (&*__first != &__value)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 187 remove(const value_type& __value)
196 if (*__first == __value)
201 if (&*__first != &__value)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 187 remove(const value_type& __value)
196 if (*__first == __value)
201 if (&*__first != &__value)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
list.tcc 187 remove(const value_type& __value)
196 if (*__first == __value)
201 if (&*__first != &__value)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
list.tcc 240 remove(const value_type& __value)
249 if (*__first == __value)
254 if (std::__addressof(*__first) != std::__addressof(__value))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
list.tcc 240 remove(const value_type& __value)
249 if (*__first == __value)
254 if (std::__addressof(*__first) != std::__addressof(__value))
stl_vector.h 273 * @param __value An element to copy.
276 * This constructor fills the %vector with @a __n copies of @a __value.
278 vector(size_type __n, const value_type& __value,
281 { _M_fill_initialize(__n, __value); }
286 * @param __value An element to copy.
289 * This constructor fills the %vector with @a __n copies of @a __value.
292 vector(size_type __n, const value_type& __value = value_type(),
295 { _M_fill_initialize(__n, __value); }
1137 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
list.tcc 240 remove(const value_type& __value)
249 if (*__first == __value)
254 if (std::__addressof(*__first) != std::__addressof(__value))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
list.tcc 240 remove(const value_type& __value)
249 if (*__first == __value)
254 if (std::__addressof(*__first) != std::__addressof(__value))
stl_vector.h 273 * @param __value An element to copy.
276 * This constructor fills the %vector with @a __n copies of @a __value.
278 vector(size_type __n, const value_type& __value,
281 { _M_fill_initialize(__n, __value); }
286 * @param __value An element to copy.
289 * This constructor fills the %vector with @a __n copies of @a __value.
292 vector(size_type __n, const value_type& __value = value_type(),
295 { _M_fill_initialize(__n, __value); }
1137 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
list.tcc 239 remove(const value_type& __value)
248 if (*__first == __value)
253 if (std::__addressof(*__first) != std::__addressof(__value))
stl_vector.h 276 * @param __value An element to copy.
279 * This constructor fills the %vector with @a __n copies of @a __value.
281 vector(size_type __n, const value_type& __value,
284 { _M_fill_initialize(__n, __value); }
289 * @param __value An element to copy.
292 * This constructor fills the %vector with @a __n copies of @a __value.
295 vector(size_type __n, const value_type& __value = value_type(),
298 { _M_fill_initialize(__n, __value); }
1166 _M_fill_initialize(static_cast<size_type>(__n), __value); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
safe_local_iterator.h 66 _Safe_local_iterator>::__value;
122 typename _Sequence::local_iterator::iterator_type>::__value,
257 _Safe_local_iterator>::__value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
envz.h 53 __const char *__restrict __value) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
hash_map 535 operator=(const typename _Container::value_type& __value)
537 container->insert(__value);
578 operator=(const typename _Container::value_type& __value)
580 container->insert(__value);
hash_set 503 operator=(const typename _Container::value_type& __value)
505 container->insert(__value);
547 operator=(const typename _Container::value_type& __value)
549 container->insert(__value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
hash_map 535 operator=(const typename _Container::value_type& __value)
537 container->insert(__value);
578 operator=(const typename _Container::value_type& __value)
580 container->insert(__value);
hash_set 503 operator=(const typename _Container::value_type& __value)
505 container->insert(__value);
547 operator=(const typename _Container::value_type& __value)
549 container->insert(__value);
string_conversions.h 63 || (std::__are_same<_Ret, int>::__value
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
special_function_util.h 54 static const _Tp __value; member in struct:tr1::__detail::__floating_point_constant

Completed in 3032 milliseconds

<<11121314151617181920>>