OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValueInRangeForNumericType
(Results
1 - 17
of
17
) sorted by null
/external/v8/src/base/
safe_conversions.h
21
inline bool
IsValueInRangeForNumericType
(Src value) {
31
CHECK(
IsValueInRangeForNumericType
<Dst>(value));
/external/webrtc/webrtc/base/
safe_conversions.h
26
inline bool
IsValueInRangeForNumericType
(Src value) {
35
RTC_CHECK(
IsValueInRangeForNumericType
<Dst>(value));
rtccertificate_unittests.cc
70
RTC_CHECK(
IsValueInRangeForNumericType
<time_t>(expires_s));
/external/libchrome/base/numerics/
safe_numerics_unittest.cc
39
using base::
IsValueInRangeForNumericType
;
[
all
...]
safe_math_impl.h
90
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
91
IsValueInRangeForNumericType
<Promotion>(y);
100
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
141
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
142
IsValueInRangeForNumericType
<Promotion>(y);
151
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
210
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
211
IsValueInRangeForNumericType
<Promotion>(y);
220
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
255
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &
[
all
...]
safe_conversions.h
33
//
IsValueInRangeForNumericType
<>() - A convenience function that returns true
53
constexpr bool
IsValueInRangeForNumericType
(Src value) {
80
return
IsValueInRangeForNumericType
<Dst, SrcType>(value)
safe_math.h
133
IsValueInRangeForNumericType
<Dst>(state_.value());
/external/libmojo/ui/gfx/geometry/
rect.h
278
DCHECK(base::
IsValueInRangeForNumericType
<int>(
280
DCHECK(base::
IsValueInRangeForNumericType
<int>(
282
DCHECK(base::
IsValueInRangeForNumericType
<int>(
284
DCHECK(base::
IsValueInRangeForNumericType
<int>(
322
DCHECK(base::
IsValueInRangeForNumericType
<int>(
324
DCHECK(base::
IsValueInRangeForNumericType
<int>(
326
DCHECK(base::
IsValueInRangeForNumericType
<int>(
328
DCHECK(base::
IsValueInRangeForNumericType
<int>(
/external/pdfium/third_party/base/numerics/
safe_math_impl.h
91
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
92
IsValueInRangeForNumericType
<Promotion>(y);
101
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
142
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
143
IsValueInRangeForNumericType
<Promotion>(y);
152
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
211
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &&
212
IsValueInRangeForNumericType
<Promotion>(y);
221
return is_valid &&
IsValueInRangeForNumericType
<V>(presult);
256
bool is_valid =
IsValueInRangeForNumericType
<Promotion>(x) &
[
all
...]
safe_conversions.h
34
//
IsValueInRangeForNumericType
<>() - A convenience function that returns true
54
constexpr bool
IsValueInRangeForNumericType
(Src value) {
79
return
IsValueInRangeForNumericType
<Dst, SrcType>(value)
safe_math.h
134
IsValueInRangeForNumericType
<Dst>(state_.value());
/external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail.cpp
156
pdfium::base::
IsValueInRangeForNumericType
<FX_FILESIZE>(xrefpos))
162
pdfium::base::
IsValueInRangeForNumericType
<FX_FILESIZE>(
193
pdfium::base::
IsValueInRangeForNumericType
<FX_FILESIZE>(xrefpos))
cpdf_hint_tables.cpp
70
!pdfium::base::
IsValueInRangeForNumericType
<FX_FILESIZE>(nStreamLen)) {
92
if (!pdfium::base::
IsValueInRangeForNumericType
<FX_FILESIZE>(dwFirstObjLoc))
388
if (!pdfium::base::
IsValueInRangeForNumericType
<uint32_t>(nFirstPageNum))
409
if (!pdfium::base::
IsValueInRangeForNumericType
<uint32_t>(nFirstPageNum))
cpdf_linearized_header.cpp
35
if (!pdfium::base::
IsValueInRangeForNumericType
<T>(raw_value))
/external/libchrome/base/files/
important_file_writer.cc
173
if (!
IsValueInRangeForNumericType
<int32_t>(data->length())) {
/external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp
[
all
...]
/external/v8/src/
api.cc
[
all
...]
Completed in 802 milliseconds