Searched refs:expected_name (Results 1 – 2 of 2) sorted by relevance
67 static void ParseRequirementLineTest(const std::string& line, const std::string& expected_name, in ParseRequirementLineTest() argument77 EXPECT_EQ(expected_name, name) << line; in ParseRequirementLineTest()
87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() argument92 const ResourceName expected_res_name = test::ParseNameOrDie(expected_name); in Exists()