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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception();
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception();
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() throw() : _M_ptr(current_exception()) { } function in class:std::nested_exception
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception();
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h 1 // Nested Exception support header (nested_exception class) for -*- C++ -*-
25 /** @file bits/nested_exception.h
55 class nested_exception class in namespace:std
60 nested_exception() noexcept : _M_ptr(current_exception()) { }
62 nested_exception(const nested_exception&) = default;
64 nested_exception& operator=(const nested_exception&) = default;
66 virtual ~nested_exception() noexcept;
78 struct _Nested_exception : public _Except, public nested_exception
    [all...]

Completed in 593 milliseconds