HomeSort by relevance Sort by last modified time
    Searched refs:uint128_pod (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
int128.h 40 struct uint128_pod;
60 UINT128_CONSTEXPR uint128(const uint128_pod &val);
109 struct uint128_pod { struct in namespace:google::protobuf
119 LIBPROTOBUF_EXPORT extern const uint128_pod kuint128max;
147 inline UINT128_CONSTEXPR uint128::uint128(const uint128_pod& v)
int128_unittest.cc 179 uint128_pod pod = { 12345, 67890 };
185 uint128_pod zero_pod = {0, 0};
187 uint128_pod one_pod = {0, 1};
189 uint128_pod two_pod = {0, 2};
191 uint128_pod three_pod = {0, 3};
193 uint128_pod big_pod = {1, 0};
435 constexpr uint128_pod pod = {2, 3};
int128.cc 40 const uint128_pod kuint128max = {

Completed in 268 milliseconds