Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/
H A Dtoken_unittest.cc21 Token token_with_explicit_values{1234, 5678}; in TEST() local
22 EXPECT_EQ(1234u, token_with_explicit_values.high()); in TEST()
23 EXPECT_EQ(5678u, token_with_explicit_values.low()); in TEST()
24 EXPECT_FALSE(token_with_explicit_values.is_zero()); in TEST()