Searched refs:getSupportedExtensions_ret (Results 1 – 3 of 3) sorted by relevance
59 constexpr auto getSupportedExtensions_ret = []() -> const std::vector<nn::Extension>& { in createConfiguredMockDevice() local69 ON_CALL(*mockDevice, getSupportedExtensions()).WillByDefault(getSupportedExtensions_ret); in createConfiguredMockDevice()
71 const auto getSupportedExtensions_ret = in createMockDevice() local86 .WillByDefault(Invoke(getSupportedExtensions_ret)); in createMockDevice()
72 const auto getSupportedExtensions_ret = in createMockDevice() local89 .WillByDefault(Invoke(getSupportedExtensions_ret)); in createMockDevice()