Searched refs:sumWithOverflow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringConcatenate.h293 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow) function in namespace:WTF
309 sumWithOverflow(length, adapter2.length(), overflow);

Completed in 548 milliseconds