Searched refs:GetPrimitiveWrapper (Results 1 – 3 of 3) sorted by relevance
67 GetPrimitiveWrapper() const;105 GetPrimitiveWrapper() const { in GetPrimitiveWrapper() function178 KeysetWrapperStore::GetPrimitiveWrapper() const { in GetPrimitiveWrapper() function185 return it->second.GetPrimitiveWrapper<P>(); in GetPrimitiveWrapper()
249 TEST(KeysetWrapperStoreTest, GetPrimitiveWrapper) { in TEST() argument263 legacy_wrapper = store.GetPrimitiveWrapper<FakePrimitive>(); in TEST()302 EXPECT_THAT(store.GetPrimitiveWrapper<Mac>().status(), in TEST()
277 keyset_wrapper_store_.GetPrimitiveWrapper<P>(); in Wrap()