reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 EXPECT_EQ(RawB, &Cache.addBuiltPCM("B", std::move(B))); 61 EXPECT_EQ(InMemoryModuleCache::Final, Cache.getPCMState("B")); 62 EXPECT_EQ(RawB, Cache.lookupPCM("B")); 63 EXPECT_TRUE(Cache.isPCMFinal("B")); 64 EXPECT_FALSE(Cache.shouldBuildPCM("B")); 67 EXPECT_DEATH(Cache.addPCM("B", getBuffer(2)), "Already has a PCM"); 68 EXPECT_DEATH(Cache.addBuiltPCM("B", getBuffer(2)),