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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
82 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
84 ~range_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
82 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
84 ~range_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error { class in inherits:runtime_error
82 range_error(const string& __arg) : runtime_error(__arg) {} function in class:range_error
84 ~range_error() _STLP_NOTHROW_INHERENTLY;

Completed in 2285 milliseconds