Lines Matching defs:Start
315 << "Invalid shuffle range start " << begin << ": must be in range [0, "
568 // Gets the time of the test program start, in ms from the start of the
797 // Gets the random seed used at the start of the current test iteration.
910 // The time of the test program start, in ms from the start of the
1113 : socket_writer_(new SocketWriter(host, port)) { Start(); }
1116 : socket_writer_(socket_writer) { Start(); }
1176 // Called at the start of streaming to notify the receiver what
1178 void Start() { SendLn("gtest_streaming_protocol_version=1.0"); }