Searched refs:getCSVFromVector (Results 1 – 3 of 3) sorted by relevance
76 std::string getCSVFromVector(std::span<const std::string> vec);
149 std::string getCSVFromVector(std::span<const std::string> vec) in getCSVFromVector() function353 std::string groups = getCSVFromVector(groupNames); in createUser()535 std::string groups = getCSVFromVector(groupNames); in updateGroupsAndPriv()
178 EXPECT_EQ(getCSVFromVector({}), ""); in TEST()183 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123"}), "123"); in TEST()184 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123", "456"}), in TEST()