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

  /external/v8/src/base/
safe_math.h 28 // ValueOrDefault() - Returns the current value, or the supplied default if the
40 // int x = checked_int.ValueOrDefault(0) | kFlagValues;
82 // ValueOrDefault(T default_value) A convenience method that returns the
85 T ValueOrDefault(T default_value) const {
  /external/libchrome/base/numerics/
safe_math.h 31 // ValueOrDefault() - Returns the current value, or the supplied default if the
43 // int x = checked_int.ValueOrDefault(0) | kFlagValues;
94 // ValueOrDefault(T default_value) A convenience method that returns the
97 T ValueOrDefault(T default_value) const {
  /external/pdfium/third_party/base/numerics/
safe_math.h 70 // ValueOrDefault() - Returns the current value, or the supplied default if the
77 // ValueOrDefaultForType<>() in place of: a.template ValueOrDefault(default)
160 // ValueOrDefault(T default_value) - A convenience method that returns the
167 constexpr StrictNumeric<Dst> ValueOrDefault(const Src default_value) const {
366 return value.template ValueOrDefault<Dst>(default_value);

Completed in 101 milliseconds