Searched refs:numCallsForV1_2 (Results 1 – 1 of 1) sorted by relevance
499 const int numCallsForV1_2 = (version == Version::V1_2 ? 1 : 0); in setupSuccessfulInitializationExpectations() local500 EXPECT_CALL(*mockDevice, getCapabilities_1_2(_)).Times(numCallsForV1_2); in setupSuccessfulInitializationExpectations()