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

1 2

  /external/google-breakpad/src/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/googletest/googletest/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();
  /external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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();
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/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 {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/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_;

Completed in 1128 milliseconds

1 2