Home | History | Annotate | Download | only in gtest

Lines Matching defs:Start

716       << "Invalid shuffle range start " << begin << ": must be in range [0, "
969 // Gets the time of the test program start, in ms from the start of the
1198 // Gets the random seed used at the start of the current test iteration.
1311 // The time of the test program start, in ms from the start of the
1540 : socket_writer_(new SocketWriter(host, port)) { Start(); }
1543 : socket_writer_(socket_writer) { Start(); }
1603 // Called at the start of streaming to notify the receiver what
1605 void Start() { SendLn("gtest_streaming_protocol_version=1.0"); }
1659 // The text used in failure messages to indicate the start of the
3145 const char* const start = str.c_str();
3146 const char* const end = start + str.length();
3149 result.reserve(2 * (end - start));
3150 for (const char* ch = start; ch != end; ++ch) {
3793 // Notifies the unit test event listeners that a test is about to start.
3796 const TimeInMillis start = internal::GetTimeInMillis();
3818 result_.set_elapsed_time(internal::GetTimeInMillis() - start);
3926 const internal::TimeInMillis start = internal::GetTimeInMillis();
3930 elapsed_time_ = internal::GetTimeInMillis() - start;
5196 // Gets the time of the test program start, in ms from the start of the
5345 // 1. Upon start, Google Test creates a file whose absolute path
5438 // Returns the random seed used at the start of the current test run.
5773 const TimeInMillis start = GetTimeInMillis();
5784 // Tells the unit test event listeners that the tests are about to start.
5810 elapsed_time_ = GetTimeInMillis() - start;
6167 // The flag must start with "--" followed by GTEST_FLAG_PREFIX_.
6193 // not start with '0', 'f', or 'F'.
8555 // valid simple regular expression and not start with "^", or the
8577 // regex isn't empty, isn't "$", and doesn't start with a
9072 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start,
9076 const size_t j = start + i;