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

  /external/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept.h 72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 256 // They supply the optimized 'out_of_range()' and 'validate_range()' static member functions
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } function in struct:boost::numeric::convdetail::dummy_range_checker
286 static range_check_result out_of_range ( argument_type s ) function in struct:boost::numeric::convdetail::generic_range_checker
294 { OverflowHandler()( out_of_range(s) ) ; }
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 594 Label out_of_range, only_low, negate, done; local
647 __ b(ge, &out_of_range);
671 __ bind(&out_of_range);
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 594 Label out_of_range, only_low, negate, done; local
    [all...]

Completed in 1581 milliseconds