Searched refs:numCallsForV1_0 (Results 1 – 1 of 1) sorted by relevance
493 const int numCallsForV1_0 = (version == Version::V1_0 ? 1 : 0); in setupSuccessfulInitializationExpectations() local494 EXPECT_CALL(*mockDevice, getCapabilities(_)).Times(numCallsForV1_0); in setupSuccessfulInitializationExpectations()