Searched refs:uint128_pod (Results 1 – 3 of 3) sorted by relevance
40 struct uint128_pod;60 UINT128_CONSTEXPR uint128(const uint128_pod &val);109 struct uint128_pod { struct119 LIBPROTOBUF_EXPORT extern const uint128_pod kuint128max; argument147 inline UINT128_CONSTEXPR uint128::uint128(const uint128_pod& v) in uint128()
179 uint128_pod pod = { 12345, 67890 }; in TEST()185 uint128_pod zero_pod = {0, 0}; in TEST()187 uint128_pod one_pod = {0, 1}; in TEST()189 uint128_pod two_pod = {0, 2}; in TEST()191 uint128_pod three_pod = {0, 3}; in TEST()193 uint128_pod big_pod = {1, 0}; in TEST()435 constexpr uint128_pod pod = {2, 3}; in TEST()
40 const uint128_pod kuint128max = {