Home | History | Annotate | Download | only in websockets

Lines Matching refs:Checkpoint

36 typedef testing::StrictMock<testing::MockFunction<void(int)> > Checkpoint;  // NOLINT
495 Checkpoint checkpoint;
516 Checkpoint checkpoint;
521 EXPECT_CALL(checkpoint, Call(1));
528 checkpoint.Call(1);
596 Checkpoint checkpoint;
602 EXPECT_CALL(checkpoint, Call(1));
609 checkpoint.Call(1);