Searched refs:property_descs (Results 1 – 1 of 1) sorted by relevance
66 inline void ParseNamespacePath(const std::vector<std::string>& property_descs, in ParseNamespacePath() argument71 ASSERT_EQ(property_descs[0] == "asan" ? 3u : 2u, property_descs.size()); in ParseNamespacePath()74 if (property_descs[0] == "search") { in ParseNamespacePath()76 } else if (property_descs[0] == "permitted") { in ParseNamespacePath()78 } else if (property_descs[0] == "asan" && property_descs[1] == "search") { in ParseNamespacePath()80 } else if (property_descs[0] == "asan" && property_descs[1] == "permitted") { in ParseNamespacePath()92 inline void ParseLinkList(const std::vector<std::string>& property_descs, in ParseLinkList() argument97 EXPECT_EQ(1u, property_descs.size()); in ParseLinkList()112 inline void ParseLink(const std::vector<std::string>& property_descs, in ParseLink() argument118 ASSERT_EQ(3u, property_descs.size()) << line; in ParseLink()[all …]