HomeSort by relevance Sort by last modified time
    Searched defs:noexcept (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 112 swap(_Bit_reference __x, _Bit_reference __y) noexcept
120 swap(_Bit_reference __x, bool& __y) noexcept
128 swap(bool& __x, _Bit_reference __y) noexcept
453 _Bvector_base(_Bvector_base&& __x) noexcept member in struct:_Bvector_base
591 vector(vector&& __x) noexcept
721 cbegin() const noexcept
725 cend() const noexcept
729 crbegin() const noexcept
733 crend() const noexcept
1147 operator()(const _GLIBCXX_STD_C::vector<bool, _Alloc>&) const noexcept;
    [all...]
stl_map.h 192 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:map
393 cbegin() const noexcept
402 cend() const noexcept
411 crbegin() const noexcept
420 crend() const noexcept
    [all...]
stl_multimap.h 189 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multimap
387 cbegin() const noexcept
396 cend() const noexcept
405 crbegin() const noexcept
414 crend() const noexcept
    [all...]
stl_multiset.h 201 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multiset
332 cbegin() const noexcept
341 cend() const noexcept
350 crbegin() const noexcept
359 crend() const noexcept
stl_set.h 205 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:set
335 cbegin() const noexcept
344 cend() const noexcept
353 crbegin() const noexcept
362 crend() const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::map
176 cbegin() const noexcept
180 cend() const noexcept
184 crbegin() const noexcept
188 crend() const noexcept
multimap.h 97 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multimap
175 cbegin() const noexcept
179 cend() const noexcept
183 crbegin() const noexcept
187 crend() const noexcept
multiset.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multiset
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept
set.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::set
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 94 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::map
185 cbegin() const noexcept
189 cend() const noexcept
193 crbegin() const noexcept
200 crend() const noexcept
multimap.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multimap
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
multiset.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multiset
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_bvector.h 112 swap(_Bit_reference __x, _Bit_reference __y) noexcept
120 swap(_Bit_reference __x, bool& __y) noexcept
128 swap(bool& __x, _Bit_reference __y) noexcept
453 _Bvector_base(_Bvector_base&& __x) noexcept member in struct:_Bvector_base
591 vector(vector&& __x) noexcept
721 cbegin() const noexcept
725 cend() const noexcept
729 crbegin() const noexcept
733 crend() const noexcept
1147 operator()(const _GLIBCXX_STD_C::vector<bool, _Alloc>&) const noexcept;
    [all...]
stl_map.h 192 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:map
393 cbegin() const noexcept
402 cend() const noexcept
411 crbegin() const noexcept
420 crend() const noexcept
    [all...]
stl_multimap.h 189 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multimap
387 cbegin() const noexcept
396 cend() const noexcept
405 crbegin() const noexcept
414 crend() const noexcept
    [all...]
stl_multiset.h 201 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:multiset
332 cbegin() const noexcept
341 cend() const noexcept
350 crbegin() const noexcept
359 crend() const noexcept
stl_set.h 205 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:set
335 cbegin() const noexcept
344 cend() const noexcept
353 crbegin() const noexcept
362 crend() const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
map.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::map
176 cbegin() const noexcept
180 cend() const noexcept
184 crbegin() const noexcept
188 crend() const noexcept
multimap.h 97 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multimap
175 cbegin() const noexcept
179 cend() const noexcept
183 crbegin() const noexcept
187 crend() const noexcept
multiset.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::multiset
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept
set.h 96 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__debug::set
174 cbegin() const noexcept
178 cend() const noexcept
182 crbegin() const noexcept
186 crend() const noexcept
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 94 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::map
185 cbegin() const noexcept
189 cend() const noexcept
193 crbegin() const noexcept
200 crend() const noexcept
multimap.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multimap
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
multiset.h 90 noexcept(is_nothrow_copy_constructible<_Compare>::value) function in class:__profile::multiset
166 cbegin() const noexcept
170 cend() const noexcept
174 crbegin() const noexcept
178 crend() const noexcept
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
any_helpers.h 126 small_type(small_type const & other) noexcept {
133 small_type(small_type& other) noexcept {
140 small_type(small_type && other) noexcept {
385 small_tracked_t(small_tracked_t const&) noexcept member in struct:small_tracked_t
387 small_tracked_t(small_tracked_t &&) noexcept
403 large_tracked_t(large_tracked_t const&) noexcept member in struct:large_tracked_t
405 large_tracked_t(large_tracked_t &&) noexcept

Completed in 624 milliseconds

1 2 3 4 5 67 8 910