Searched refs:ByNonConstRef (Results 1 – 4 of 4) sorted by relevance
102 string ByNonConstRef(string& s) { return s += "+"; } // NOLINT in ByNonConstRef() function
1041 std::string ByNonConstRef(std::string& s) { return s += "+"; } // NOLINT in ByNonConstRef() function
89 string ByNonConstRef(string& s) { return s += "+"; } // NOLINT in ByNonConstRef() function
96 std::string ByNonConstRef(std::string& s) { return s += "+"; } // NOLINT in ByNonConstRef() function