Searched defs:OverflowSafeAdd (Results 1 – 2 of 2) sorted by relevance
54 inline std::optional<T> OverflowSafeAdd(T x, T y) { in OverflowSafeAdd() function
494 void OverflowSafeAdd(uint64_t& dest, uint64_t add) { in OverflowSafeAdd() function