Lines Matching defs:unsigned_value
2769 typename ToUnsigned<sizeof(value)>::Type unsigned_value = value;2770 STATIC_ASSERT(sizeof(value) == sizeof(unsigned_value));2771 return utoa_impl(unsigned_value, buffer, buffer_pos);