HomeSort by relevance Sort by last modified time
    Searched refs:OnTheFlyPrimeTable (Results 1 - 12 of 12) sorted by null

  /external/chromium/testing/gtest/samples/
sample6_unittest.cc 48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
sample8_unittest.cc 45 // 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_;
prime_tables.h 56 class OnTheFlyPrimeTable : public PrimeTable {
sample7_unittest.cc 56 return new OnTheFlyPrimeTable();
  /external/gtest/samples/
sample6_unittest.cc 48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
sample8_unittest.cc 45 // 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_;
prime_tables.h 56 class OnTheFlyPrimeTable : public PrimeTable {
sample7_unittest.cc 56 return new OnTheFlyPrimeTable();
  /external/protobuf/gtest/samples/
sample6_unittest.cc 48 PrimeTable* CreatePrimeTable<OnTheFlyPrimeTable>() {
49 return new OnTheFlyPrimeTable;
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
218 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable>
sample8_unittest.cc 45 // 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_;
prime_tables.h 56 class OnTheFlyPrimeTable : public PrimeTable {
sample7_unittest.cc 57 return new OnTheFlyPrimeTable();

Completed in 1026 milliseconds