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

  /external/libchrome/base/numerics/
safe_conversions.h 42 // StrictNumeric<> - A wrapper type that performs assignments and copies via
44 // across any range of arithmetic types. StrictNumeric is the return type
47 // MakeStrictNum() - Creates a new StrictNumeric from the underlying type of
48 // the supplied arithmetic or StrictNumeric type.
176 // StrictNumeric implements compile time range checking between numeric types by
187 class StrictNumeric {
191 constexpr StrictNumeric() : value_(0) {}
195 constexpr StrictNumeric(const StrictNumeric<Src>& rhs)
201 constexpr StrictNumeric(Src value) // NOLINT(runtime/explicit
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 43 // StrictNumeric<> - A wrapper type that performs assignments and copies via
45 // across any range of arithmetic types. StrictNumeric is the return type
48 // MakeStrictNum() - Creates a new StrictNumeric from the underlying type of
49 // the supplied arithmetic or StrictNumeric type.
175 // StrictNumeric implements compile time range checking between numeric types by
186 class StrictNumeric {
190 constexpr StrictNumeric() : value_(0) {}
194 constexpr StrictNumeric(const StrictNumeric<Src>& rhs)
200 constexpr StrictNumeric(Src value) // NOLINT(runtime/explicit
    [all...]

Completed in 680 milliseconds