Searched refs:allPatches (Results 1 – 1 of 1) sorted by relevance
1331 std::vector<AudioPatch> allPatches; in VerifyAgainstAllPatches() local1332 ASSERT_IS_OK(module->getAudioPatches(&allPatches)); in VerifyAgainstAllPatches()1333 const auto& patchIt = findById(allPatches, getId()); in VerifyAgainstAllPatches()1334 ASSERT_NE(patchIt, allPatches.end()) << "patch id " << getId(); in VerifyAgainstAllPatches()