Home | Sort by relevance Sort by last modified time |
/external/stlport/stlport/stl/ | |
_stdexcept.h | 81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error 83 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error 85 ~range_error() _STLP_NOTHROW_INHERENTLY; |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ | |
ustdxept.h | 107 /// \class range_error ustdxept.h ustl.h 112 class range_error : public runtime_error { class in namespace:ustl 114 inline explicit range_error (const char* arg) throw() : runtime_error (arg) {} function in class:ustl::range_error |
/external/v8/test/cctest/ | |
test-api.cc | 3844 v8::Handle<Value> range_error = v8::Exception::RangeError(foo); local [all...] |