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

  /external/pdfium/third_party/base/numerics/
safe_math.h 14 // CheckedNumeric implements all the logic and operators for detecting integer
16 // The CheckedNumeric type implicitly converts from floating point and integer
20 // The following methods convert from CheckedNumeric to standard numeric values:
28 // only for floating point CheckedNumeric types).
36 // CheckedNumeric<int> checked_int = untrusted_input_value;
39 // CheckedNumeric<size_t> checked_size;
40 // CheckedNumeric<int> checked_size = untrusted_input_value;
45 class CheckedNumeric {
49 CheckedNumeric() {}
53 CheckedNumeric(const CheckedNumeric<Src>& rhs
    [all...]
  /external/v8/src/base/
safe_math.h 17 // CheckedNumeric implements all the logic and operators for detecting integer
19 // The CheckedNumeric type implicitly converts from floating point and integer
23 // The following methods convert from CheckedNumeric to standard numeric values:
31 // only for floating point CheckedNumeric types).
39 // CheckedNumeric<int> checked_int = untrusted_input_value;
42 // CheckedNumeric<size_t> checked_size;
43 // CheckedNumeric<int> checked_size = untrusted_input_value;
48 class CheckedNumeric {
52 CheckedNumeric() {}
56 CheckedNumeric(const CheckedNumeric<Src>& rhs
    [all...]

Completed in 194 milliseconds