Searched refs:hash_hex (Results 1 – 1 of 1) sorted by relevance
39 std::string hash_hex = base::StringPrintf("0x%016" PRIx64, hash); in TEST() local40 EXPECT_EQ(cases[i].output, hash_hex); in TEST()