OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_the_fly_impl_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/testing/gtest/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
/external/chromium_org/testing/gtest/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
/external/gtest/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
/external/libvpx/libvpx/third_party/googletest/src/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
/external/protobuf/gtest/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
/ndk/sources/third_party/googletest/googletest/samples/
sample8_unittest.cc
53
:
on_the_fly_impl_
(new OnTheFlyPrimeTable),
58
delete
on_the_fly_impl_
;
66
return
on_the_fly_impl_
->IsPrime(n);
74
return next_prime != -1 ? next_prime :
on_the_fly_impl_
->GetNextPrime(p);
78
OnTheFlyPrimeTable*
on_the_fly_impl_
;
member in class:HybridPrimeTable
Completed in 34 milliseconds