reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 EXPECT_EQ(RawB, &Cache.addPCM("B", std::move(B))); 43 EXPECT_EQ(InMemoryModuleCache::Tentative, Cache.getPCMState("B")); 44 EXPECT_EQ(RawB, Cache.lookupPCM("B")); 45 EXPECT_FALSE(Cache.isPCMFinal("B")); 46 EXPECT_FALSE(Cache.shouldBuildPCM("B")); 49 EXPECT_DEATH(Cache.addPCM("B", getBuffer(2)), "Already has a PCM"); 50 EXPECT_DEATH(Cache.addBuiltPCM("B", getBuffer(2)),