OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfRange
(Results
1 - 5
of
5
) sorted by null
/art/cmdline/
cmdline_parse_result.h
64
// Create an error result with the
OutOfRange
error and the specified message.
65
static CmdlineParseResult<T>
OutOfRange
(const std::string& message) {
69
// Create an error result with the
OutOfRange
code and a custom message
72
static CmdlineParseResult<T>
OutOfRange
(const T& value,
cmdline_types.h
276
return Result::
OutOfRange
(
301
return Result::
OutOfRange
(
735
CmdlineParseResult<T> out_of_range = CmdlineParseResult<T>::
OutOfRange
(value, min, max);
/external/skia/src/utils/
SkTFitsIn.h
86
bool
outOfRange
= OutOfRange_Low::apply(s);
87
if (!
outOfRange
) {
88
outOfRange
= OutOfRange_High::apply(s);
90
return
outOfRange
;
111
static bool
OutOfRange
(S s) {
117
/** SkTFitsIn_Unsigned2Unsiged::type is an SkTRangeChecker with an
OutOfRange
(S s) method
134
/** SkTFitsIn_Signed2Signed::type is an SkTRangeChecker with an
OutOfRange
(S s) method
151
/** SkTFitsIn_Signed2Unsigned::type is an SkTRangeChecker with an
OutOfRange
(S s) method
169
/** SkTFitsIn_Unsigned2Signed::type is an SkTRangeChecker with an
OutOfRange
(S s) method
187
/** SkTFitsIn::type is an SkTRangeChecker with an
OutOfRange
(S s) metho
[
all
...]
/art/cmdline/detail/
cmdline_parse_argument_detail.h
454
return CmdlineParseResult<TArg>::
OutOfRange
(
/external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
118
void
OutOfRange
(SMLoc IDLoc, long long Val, long long Max);
[
all
...]
Completed in 275 milliseconds