Searched defs:ValueOrDefault (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/numerics/
H A Dsafe_math.h25 // ValueOrDefault() - Returns the current value, or the supplied default if the
37 // int x = checked_int.ValueOrDefault(0) | kFlagValues;
79 // ValueOrDefault(T default_value) A convenience method that returns the
82 T ValueOrDefault(T default_value) const { function in class:base::internal::CheckedNumeric
/external/chromium_org/v8/src/base/
H A Dsafe_math.h28 // 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 { function in class:v8::base::internal::CheckedNumeric

Completed in 102 milliseconds