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.h42 struct uint128_pod;
62 UINT128_CONSTEXPR uint128(const uint128_pod &val);
111 struct uint128_pod { struct
121 PROTOBUF_EXPORT extern const uint128_pod kuint128max; argument
149 inline UINT128_CONSTEXPR uint128::uint128(const uint128_pod& v) in uint128()
Dint128_unittest.cc181 uint128_pod pod = { 12345, 67890 }; in TEST()
187 uint128_pod zero_pod = {0, 0}; in TEST()
189 uint128_pod one_pod = {0, 1}; in TEST()
191 uint128_pod two_pod = {0, 2}; in TEST()
193 uint128_pod three_pod = {0, 3}; in TEST()
195 uint128_pod big_pod = {1, 0}; in TEST()
439 constexpr uint128_pod pod = {2, 3}; in TEST()
Dint128.cc44 const uint128_pod kuint128max = {