Lines Matching refs:start
199 // The text used in failure messages to indicate the start of the
1555 size_t start = 0, end = str.size();
1557 ++start;
1561 for (size_t i = start; i + 1 < end; ++i) {
1565 lines.push_back(str.substr(start, i - start - 1));
1566 start = i + 1;
1572 lines.push_back(str.substr(start, end - start));
2218 const char* const start = str.c_str();
2219 const char* const end = start + str.length();
2222 result.reserve(static_cast<size_t>(2 * (end - start)));
2223 for (const char* ch = start; ch != end; ++ch) {
2819 // Notifies the unit test event listeners that a test is about to start.
2865 // Notifies the unit test event listeners that a test is about to start.
5242 // Gets the time of the test program start, in ms from the start of the
5408 // 1. Upon start, Google Test creates a file whose absolute path
5525 // Returns the random seed used at the start of the current test run.
5889 // Tells the unit test event listeners that the tests are about to start.
5983 " will start to enforce the valid usage. "
6344 // The flag must start with "--" followed by GTEST_FLAG_PREFIX_.
6371 // not start with '0', 'f', or 'F'.