Home
last modified time | relevance | path

Searched refs:__libcpp_nmstr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc31 class __libcpp_nmstr class
70 explicit __libcpp_nmstr(const char* msg);
71 __libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT;
72 __libcpp_nmstr& operator=(const __libcpp_nmstr& s) _NOEXCEPT;
73 ~__libcpp_nmstr();
77 __libcpp_nmstr::__libcpp_nmstr(const char* msg) in __libcpp_nmstr() function in __anoned80d8170111::__libcpp_nmstr
89 __libcpp_nmstr::__libcpp_nmstr(const __libcpp_nmstr& s) _NOEXCEPT in __libcpp_nmstr() function in __anoned80d8170111::__libcpp_nmstr
98 __libcpp_nmstr&
99 __libcpp_nmstr::operator=(const __libcpp_nmstr& s) _NOEXCEPT in operator =()
118 __libcpp_nmstr::~__libcpp_nmstr() in ~__libcpp_nmstr()
[all …]