Home
last modified time | relevance | path

Searched refs:VerifyAndClearExpectations (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireShaderModuleTests.cpp73 Mock::VerifyAndClearExpectations(&mockCompilationInfoCallback); in FlushClient()
78 Mock::VerifyAndClearExpectations(&mockCompilationInfoCallback); in FlushServer()
DWireErrorCallbackTests.cpp99 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()
100 Mock::VerifyAndClearExpectations(&mockDevicePopErrorScopeCallback); in FlushServer()
DWireInjectSwapChainTests.cpp89 Mock::VerifyAndClearExpectations(&api); in TEST_F()
DWireCreatePipelineAsyncTests.cpp86 Mock::VerifyAndClearExpectations(&mockCreateComputePipelineAsyncCallback); in FlushClient()
91 Mock::VerifyAndClearExpectations(&mockCreateComputePipelineAsyncCallback); in FlushServer()
DWireInjectTextureTests.cpp87 Mock::VerifyAndClearExpectations(&api); in TEST_F()
DWireQueueTests.cpp46 Mock::VerifyAndClearExpectations(&mockQueueWorkDoneCallback); in FlushServer()
DWireTest.cpp115 Mock::VerifyAndClearExpectations(&api); in FlushClient()
DWireMemoryTransferServiceTests.cpp90 Mock::VerifyAndClearExpectations(&serverMemoryTransferService); in FlushClient()
96 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushServer()
97 Mock::VerifyAndClearExpectations(&clientMemoryTransferService); in FlushServer()
DWireBufferMappingTests.cpp62 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushClient()
67 Mock::VerifyAndClearExpectations(&mockBufferMapCallback); in FlushServer()
DWireInjectDeviceTests.cpp113 Mock::VerifyAndClearExpectations(&api); in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireMemoryTransferServiceTests.cpp139 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()
DWireFenceTests.cpp87 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()
88 Mock::VerifyAndClearExpectations(&mockFenceOnCompletionCallback); in FlushServer()
DWireErrorCallbackTests.cpp56 Mock::VerifyAndClearExpectations(&mockDeviceErrorCallback); in FlushServer()
DWireInjectTextureTests.cpp83 Mock::VerifyAndClearExpectations(&api); in TEST_F()
DWireTest.cpp88 Mock::VerifyAndClearExpectations(&api); in FlushClient()
DWireBufferMappingTests.cpp125 Mock::VerifyAndClearExpectations(&mockBufferMapReadCallback); in FlushServer()
126 Mock::VerifyAndClearExpectations(&mockBufferMapWriteCallback); in FlushServer()
127 Mock::VerifyAndClearExpectations(&mockCreateBufferMappedCallback); in FlushServer()
/third_party/googletest/googlemock/test/
Dgmock-spec-builders_test.cc2337 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()
/third_party/googletest/docs/
Dgmock_cheat_sheet.md202 Mock::VerifyAndClearExpectations(&mock_obj);
Dgmock_cook_book.md2951 with `Mock::VerifyAndClearExpectations(&mock_object)`:
2967 Mock::VerifyAndClearExpectations(foo);
2972 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a `bool` to
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc735 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h397 static bool VerifyAndClearExpectations(void* mock_obj)