Searched refs:from_pod (Results 1 – 1 of 1) sorted by relevance
180 uint128 from_pod(pod); in TEST() local181 EXPECT_EQ(12345, Uint128High64(from_pod)); in TEST()182 EXPECT_EQ(67890, Uint128Low64(from_pod)); in TEST()436 constexpr uint128 from_pod = pod; in TEST() local439 EXPECT_EQ(from_pod, uint128(2, 3)); in TEST()