Home
last modified time | relevance | path

Searched defs:BenchmarkTypes (Results 1 – 15 of 15) sorted by relevance

/dports/devel/capnproto080/capnproto-0.8.0/c++/src/benchmark/
H A Dnull-common.h158 struct BenchmarkTypes { struct
159 typedef void Uncompressed;
160 typedef void Packed;
162 typedef void SnappyCompressed;
165 typedef ReusableObjects ReusableResources;
166 typedef SingleUseObjects SingleUseResources;
169 struct BenchmarkMethods: public null::BenchmarkMethods<TestCase, ReuseStrategy, Compression> {};
H A Dprotobuf-common.h342 struct BenchmarkTypes { struct
343 typedef protobuf::Uncompressed Uncompressed;
344 typedef protobuf::Uncompressed Packed;
346 typedef protobuf::SnappyCompressed SnappyCompressed;
349 typedef protobuf::ReusableMessages ReusableResources;
350 typedef protobuf::SingleUseMessages SingleUseResources;
353 struct BenchmarkMethods
H A Dcapnproto-common.h404 struct BenchmarkTypes { struct
405 typedef capnp::Uncompressed Uncompressed;
406 typedef capnp::Packed Packed;
408 typedef capnp::SnappyCompressed SnappyCompressed;
411 typedef capnp::UseScratch ReusableResources;
412 typedef capnp::NoScratch SingleUseResources;
415 struct BenchmarkMethods: public capnp::BenchmarkMethods<TestCase, ReuseStrategy, Compression> {};
/dports/devel/capnproto/capnproto-0.9.0/c++/src/benchmark/
H A Dnull-common.h158 struct BenchmarkTypes { struct
159 typedef void Uncompressed;
160 typedef void Packed;
162 typedef void SnappyCompressed;
165 typedef ReusableObjects ReusableResources;
166 typedef SingleUseObjects SingleUseResources;
169 struct BenchmarkMethods: public null::BenchmarkMethods<TestCase, ReuseStrategy, Compression> {};
H A Dprotobuf-common.h342 struct BenchmarkTypes { struct
343 typedef protobuf::Uncompressed Uncompressed;
344 typedef protobuf::Uncompressed Packed;
346 typedef protobuf::SnappyCompressed SnappyCompressed;
349 typedef protobuf::ReusableMessages ReusableResources;
350 typedef protobuf::SingleUseMessages SingleUseResources;
353 struct BenchmarkMethods
H A Dcapnproto-common.h404 struct BenchmarkTypes { struct
405 typedef capnp::Uncompressed Uncompressed;
406 typedef capnp::Packed Packed;
408 typedef capnp::SnappyCompressed SnappyCompressed;
411 typedef capnp::UseScratch ReusableResources;
412 typedef capnp::NoScratch SingleUseResources;
415 struct BenchmarkMethods: public capnp::BenchmarkMethods<TestCase, ReuseStrategy, Compression> {};
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/psqueues-0.2.7.2/benchmarks/
H A DBenchmarkTypes.hs2 module BenchmarkTypes where module
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/benchmarking/
H A DBenchmarker.h336 VTKM_CONT void BenchmarkTypes(const MakerFunctor& maker, TypeList) in BenchmarkTypes() function