Searched refs:OnTheFlyPrimeTable (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample6_unittest.cc47 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
48 return new OnTheFlyPrimeTable;
93 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
217 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc44 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
45 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
48 // OnTheFlyPrimeTable.
52 : on_the_fly_impl_(new OnTheFlyPrimeTable),
77 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h55 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc54 return new OnTheFlyPrimeTable();

Completed in 49 milliseconds