Searched defs:out_of_range (Results 1 - 1 of 1) sorted by relevance

/art/cmdline/
H A Dcmdline_types.h735 CmdlineParseResult<T> out_of_range = CmdlineParseResult<T>::OutOfRange(value, min, max); local
736 return Result::CastError(out_of_range);

Completed in 1258 milliseconds