Searched refs:getCSVFromVector (Results 1 – 3 of 3) sorted by relevance
180 EXPECT_EQ(getCSVFromVector({}), ""); in TEST()185 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123"}), "123"); in TEST()186 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123", "456"}), in TEST()
90 std::string getCSVFromVector(std::span<const std::string> vec);
168 std::string getCSVFromVector(std::span<const std::string> vec) in getCSVFromVector() function372 std::string groups = getCSVFromVector(groupNames); in createUser()554 std::string groups = getCSVFromVector(groupNames); in updateGroupsAndPriv()