HomeSort by relevance Sort by last modified time
    Searched defs:_GLIBCXX_NOEXCEPT (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h 82 void *_M_get() const _GLIBCXX_NOEXCEPT __attribute__ ((__pure__));
stl_bvector.h 79 _Bit_reference() _GLIBCXX_NOEXCEPT : _M_p(0), _M_mask(0) { }
81 operator bool() const _GLIBCXX_NOEXCEPT
85 operator=(bool __x) _GLIBCXX_NOEXCEPT
95 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
107 flip() _GLIBCXX_NOEXCEPT
410 _M_get_Bit_allocator() _GLIBCXX_NOEXCEPT
414 _M_get_Bit_allocator() const _GLIBCXX_NOEXCEPT
418 get_allocator() const _GLIBCXX_NOEXCEPT
569 ~vector() _GLIBCXX_NOEXCEPT { }
628 begin() _GLIBCXX_NOEXCEPT
    [all...]
basic_string.h 535 ~basic_string() _GLIBCXX_NOEXCEPT
602 begin() _GLIBCXX_NOEXCEPT
613 begin() const _GLIBCXX_NOEXCEPT
621 end() _GLIBCXX_NOEXCEPT
632 end() const _GLIBCXX_NOEXCEPT
641 rbegin() _GLIBCXX_NOEXCEPT
650 rbegin() const _GLIBCXX_NOEXCEPT
659 rend() _GLIBCXX_NOEXCEPT
668 rend() const _GLIBCXX_NOEXCEPT
712 size() const _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h 83 _M_get_container() const _GLIBCXX_NOEXCEPT;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 249 ~__versa_string() _GLIBCXX_NOEXCEPT { }
315 begin() _GLIBCXX_NOEXCEPT
326 begin() const _GLIBCXX_NOEXCEPT
334 end() _GLIBCXX_NOEXCEPT
345 end() const _GLIBCXX_NOEXCEPT
354 rbegin() _GLIBCXX_NOEXCEPT
363 rbegin() const _GLIBCXX_NOEXCEPT
372 rend() _GLIBCXX_NOEXCEPT
381 rend() const _GLIBCXX_NOEXCEPT
425 size() const _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 102 #ifndef _GLIBCXX_NOEXCEPT
104 # define _GLIBCXX_NOEXCEPT noexcept
108 # define _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 102 #ifndef _GLIBCXX_NOEXCEPT
104 # define _GLIBCXX_NOEXCEPT noexcept
108 # define _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 102 #ifndef _GLIBCXX_NOEXCEPT
104 # define _GLIBCXX_NOEXCEPT noexcept
108 # define _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 102 #ifndef _GLIBCXX_NOEXCEPT
104 # define _GLIBCXX_NOEXCEPT noexcept
108 # define _GLIBCXX_NOEXCEPT
    [all...]

Completed in 218 milliseconds