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

  /external/chromium_org/base/numerics/
safe_math.h 23 // ValueOrDie() - Returns the underlying value. If the state is not valid this
42 // if (checked_size.IsValid() && checked_size.ValueOrDie() < buffer_size)
72 // ValueOrDie() The primary accessor for the underlying value. If the current
74 T ValueOrDie() const {
  /external/chromium_org/v8/src/base/
safe_math.h 26 // ValueOrDie() - Returns the underlying value. If the state is not valid this
45 // if (checked_size.IsValid() && checked_size.ValueOrDie() < buffer_size)
75 // ValueOrDie() The primary accessor for the underlying value. If the current
77 T ValueOrDie() const {

Completed in 179 milliseconds