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

/external/google-breakpad/src/testing/gtest/samples/
H A Dsample6_unittest.cc48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc45 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
46 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
49 // OnTheFlyPrimeTable.
53 : on_the_fly_impl_(new OnTheFlyPrimeTable),
78 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h56 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc56 return new OnTheFlyPrimeTable();
/external/googletest/googletest/samples/
H A Dsample6_unittest.cc48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc45 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
46 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
49 // OnTheFlyPrimeTable.
53 : on_the_fly_impl_(new OnTheFlyPrimeTable),
78 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h56 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc56 return new OnTheFlyPrimeTable();
/external/protobuf/gtest/samples/
H A Dsample6_unittest.cc48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc45 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
46 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
49 // OnTheFlyPrimeTable.
53 : on_the_fly_impl_(new OnTheFlyPrimeTable),
78 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h56 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc57 return new OnTheFlyPrimeTable();
/external/v8/testing/gtest/samples/
H A Dsample6_unittest.cc48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc45 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
46 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
49 // OnTheFlyPrimeTable.
53 : on_the_fly_impl_(new OnTheFlyPrimeTable),
78 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h56 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc56 return new OnTheFlyPrimeTable();
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
H A Dsample6_unittest.cc48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
H A Dsample8_unittest.cc45 // OnTheFlyPrimeTable (see prime_tables.h). Inside it instantiates both
46 // PrecalcPrimeTable and OnTheFlyPrimeTable and uses the one that is more
49 // OnTheFlyPrimeTable.
53 : on_the_fly_impl_(new OnTheFlyPrimeTable),
78 OnTheFlyPrimeTable* on_the_fly_impl_;
H A Dprime_tables.h56 class OnTheFlyPrimeTable : public PrimeTable { class in inherits:PrimeTable
H A Dsample7_unittest.cc56 return new OnTheFlyPrimeTable();

Completed in 313 milliseconds