Home
last modified time | relevance | path

Searched refs:uint128_pod (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dint128.h40 struct uint128_pod;
60 UINT128_CONSTEXPR uint128(const uint128_pod &val);
109 struct uint128_pod { struct
119 LIBPROTOBUF_EXPORT extern const uint128_pod kuint128max; argument
147 inline UINT128_CONSTEXPR uint128::uint128(const uint128_pod& v) in uint128()
Dint128_unittest.cc179 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()
Dint128.cc40 const uint128_pod kuint128max = {