Searched refs:UnsignedAddOverflow32 (Results 1 – 2 of 2) sorted by relevance
72 CHECK(!base::bits::UnsignedAddOverflow32(id, 1, &next_node_id_)); in NextNodeId()
266 inline bool UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) { in UnsignedAddOverflow32() function