Home
last modified time | relevance | path

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

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