HomeSort by: relevance | last modified time | path
    Searched defs:throw_allocator_random (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
throw_allocator.h 948 struct throw_allocator_random struct in inherits:throw_allocator_base
953 { typedef throw_allocator_random<_Tp1> other; };
955 throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
957 throw_allocator_random(const throw_allocator_random&)
961 throw_allocator_random(const throw_allocator_random<_Tp1>&)
964 ~throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
967 throw_allocator_random&
968 operator=(const throw_allocator_random&) = default
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
throw_allocator.h 951 struct throw_allocator_random struct in inherits:throw_allocator_base
956 { typedef throw_allocator_random<_Tp1> other; };
958 throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
960 throw_allocator_random(const throw_allocator_random&)
964 throw_allocator_random(const throw_allocator_random<_Tp1>&)
967 ~throw_allocator_random() _GLIBCXX_USE_NOEXCEPT { }
970 throw_allocator_random&
971 operator=(const throw_allocator_random&) = default
    [all...]

Completed in 27 milliseconds