Lines Matching refs:CaptureEq
14 using testing::CaptureEq;
61 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F()
62 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F()
63 IsIfDefault(AllOf(CaptureEq(&switch_capture), in TEST_F()
93 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F()
94 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F()
95 IsIfDefault(AllOf(CaptureEq(&switch_capture), in TEST_F()
119 IsEnd(IsMerge(IsMerge(IsIfTrue(CaptureEq(&branch1_capture)), in TEST_F()
120 IsIfTrue(CaptureEq(&branch2_capture))), in TEST_F()
121 IsMerge(IsIfFalse(AllOf(CaptureEq(&branch1_capture), in TEST_F()
123 IsIfFalse(AllOf(CaptureEq(&branch2_capture), in TEST_F()