Home | History | Annotate | Download | only in src

Lines Matching refs:ss

55     std::stringstream ss;
57 ss << "The invocation lower bound must be >= 0, "
59 internal::Expect(false, __FILE__, __LINE__, ss.str());
61 ss << "The invocation upper bound must be >= 0, "
63 internal::Expect(false, __FILE__, __LINE__, ss.str());
65 ss << "The invocation upper bound (" << max
68 internal::Expect(false, __FILE__, __LINE__, ss.str());
100 std::stringstream ss;
101 ss << n << " times";
102 return ss.str();