Searched refs:expected_res_name (Results 1 – 1 of 1) sorted by relevance
92 const ResourceName expected_res_name = test::ParseNameOrDie(expected_name); in Exists() local129 << "expected name '" << expected_res_name << "' but got '" in Exists()137 if (expected_res_name.entry != actual_res_name.entry || in Exists()138 expected_res_name.package != actual_res_name.package || in Exists()139 expected_res_name.type != actual_res_name.type) { in Exists()140 return ::testing::AssertionFailure() << "expected resource '" << expected_res_name.to_string() in Exists()