Searched defs:MakeUnsigned (Results 1 – 6 of 6) sorted by relevance
47 struct MakeUnsigned : std::make_unsigned<T> {}; struct49 struct MakeUnsigned<absl::int128> { struct50 using type = absl::uint128;53 struct MakeUnsigned<absl::uint128> { struct54 using type = absl::uint128;
33 struct MakeUnsigned : std::make_unsigned<T> {}; struct35 struct MakeUnsigned<absl::int128> { struct36 using type = absl::uint128;39 struct MakeUnsigned<absl::uint128> { struct40 using type = absl::uint128;