Searched defs:logic_error (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ | ||
D | stdexcept.cpp | 30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) in logic_error() function in std::logic_error |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ | ||
D | validation.hpp | 40 class logic_error class |
/ndk/sources/cxx-stl/stlport/stlport/stl/ | ||
D | _stdexcept.h | 34 logic_error(const string& __s) : __Named_exception(__s) {} in logic_error() function |