Searched refs:VerifyAndClearExpectations (Results 1 – 21 of 21) sorted by relevance
73 Mock::VerifyAndClearExpectations(&mockCompilationInfoCallback); in FlushClient()78 Mock::VerifyAndClearExpectations(&mockCompilationInfoCallback); in FlushServer()
99 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()100 Mock::VerifyAndClearExpectations(&mockDevicePopErrorScopeCallback); in FlushServer()
89 Mock::VerifyAndClearExpectations(&api); in TEST_F()
86 Mock::VerifyAndClearExpectations(&mockCreateComputePipelineAsyncCallback); in FlushClient()91 Mock::VerifyAndClearExpectations(&mockCreateComputePipelineAsyncCallback); in FlushServer()
87 Mock::VerifyAndClearExpectations(&api); in TEST_F()
46 Mock::VerifyAndClearExpectations(&mockQueueWorkDoneCallback); in FlushServer()
115 Mock::VerifyAndClearExpectations(&api); in FlushClient()
90 Mock::VerifyAndClearExpectations(&serverMemoryTransferService); in FlushClient()96 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushServer()97 Mock::VerifyAndClearExpectations(&clientMemoryTransferService); in FlushServer()
62 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushClient()67 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushServer()
113 Mock::VerifyAndClearExpectations(&api); in TEST_F()
139 Mock::VerifyAndClearExpectations(&serverMemoryTransferService); in FlushClient()145 Mock::VerifyAndClearExpectations(&mockBufferMapReadCallback); in FlushServer()146 Mock::VerifyAndClearExpectations(&mockBufferMapWriteCallback); in FlushServer()147 Mock::VerifyAndClearExpectations(&mockCreateBufferMappedCallback); in FlushServer()148 Mock::VerifyAndClearExpectations(&clientMemoryTransferService); in FlushServer()
87 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()88 Mock::VerifyAndClearExpectations(&mockFenceOnCompletionCallback); in FlushServer()
56 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()
83 Mock::VerifyAndClearExpectations(&api); in TEST_F()
88 Mock::VerifyAndClearExpectations(&api); in FlushClient()
125 Mock::VerifyAndClearExpectations(&mockBufferMapReadCallback); in FlushServer()126 Mock::VerifyAndClearExpectations(&mockBufferMapWriteCallback); in FlushServer()127 Mock::VerifyAndClearExpectations(&mockCreateBufferMappedCallback); in FlushServer()
2337 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2353 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2369 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2389 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2407 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2423 Mock::VerifyAndClearExpectations(&b); in TEST()2428 Mock::VerifyAndClearExpectations(&b); in TEST()2429 Mock::VerifyAndClearExpectations(&b); in TEST()
202 Mock::VerifyAndClearExpectations(&mock_obj);
2951 with `Mock::VerifyAndClearExpectations(&mock_object)`:2967 Mock::VerifyAndClearExpectations(foo);2972 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a `bool` to
735 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
397 static bool VerifyAndClearExpectations(void* mock_obj)