Searched refs:GetIgnoredLinkerSetKeys (Results 1 – 3 of 3) sorted by relevance
81 EXPECT_EQ(std::vector<std::string>({"set_key1", "set_key3"}), section1.GetIgnoredLinkerSetKeys()); in TEST()88 EXPECT_EQ(std::vector<std::string>({"set_key1", "set_key2"}), section2.GetIgnoredLinkerSetKeys()); in TEST()
52 const std::vector<std::string> &GetIgnoredLinkerSetKeys() const { in GetIgnoredLinkerSetKeys() function
168 for (auto &&i : section.GetIgnoredLinkerSetKeys()) { in UpdateFlags()