Home | History | Annotate | Download | only in test

Lines Matching refs:ByNonConstRef

1040 std::string ByNonConstRef(std::string& s) { return s += "+"; }  // NOLINT