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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h45 * - The alternative is Checked<T, RecordOverflow>, which uses an additional
89 class RecordOverflow { class in namespace:WTF
91 RecordOverflow() function in class:WTF::RecordOverflow
186 template <typename T> struct RemoveChecked<Checked<T, RecordOverflow> > {
714 using WTF::RecordOverflow;

Completed in 105 milliseconds