Home
last modified time | relevance | path

Searched refs:GetPrefixUntilComma (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest-typed-test.cc52 name_vec.push_back(StripTrailingSpaces(GetPrefixUntilComma(src))); in SplitIntoTestNames()
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h649 inline std::string GetPrefixUntilComma(const char* str) { in GetPrefixUntilComma() function
718 StripTrailingSpaces(GetPrefixUntilComma(test_names)).c_str(),
771 StripTrailingSpaces(GetPrefixUntilComma(test_names));