Lines Matching defs:Start
316 << "Invalid shuffle range start " << begin << ": must be in range [0, "
559 // Gets the time of the test program start, in ms from the start of the
788 // Gets the random seed used at the start of the current test iteration.
901 // The time of the test program start, in ms from the start of the
1104 : socket_writer_(new SocketWriter(host, port)) { Start(); }
1107 : socket_writer_(socket_writer) { Start(); }
1167 // Called at the start of streaming to notify the receiver what
1169 void Start() { SendLn("gtest_streaming_protocol_version=1.0"); }