Lines Matching refs:uuids
49 boost::uuids::uuid u = gen(); in auto_timed_generator_novel()
62 boost::uuids::uuid u = gen(); in auto_timed_generator_reuse()
75 boost::uuids::uuid u = gen(); in timed_generator()
84 << boost::uuids::detail::random_provider().name() << std::endl; in main()
105 … boost::timer::cpu_times standard = timed_generator<boost::uuids::random_generator>(count); in main()
106 … boost::timer::cpu_times pseudo = timed_generator<boost::uuids::random_generator_mt19937>(count); in main()
147 auto_timed_generator_ctordtor<boost::uuids::random_generator>(GEN_LOOPS); in main()
152 auto_timed_generator_ctordtor<boost::uuids::random_generator_mt19937>(GEN_LOOPS); in main()
166 auto_timed_generator_reuse<boost::uuids::random_generator>(REUSE_LOOPS); in main()
171 auto_timed_generator_reuse<boost::uuids::random_generator_mt19937>(REUSE_LOOPS); in main()
176 auto_timed_generator_novel<boost::uuids::random_generator>(GEN_LOOPS); in main()
181 auto_timed_generator_novel<boost::uuids::random_generator_mt19937>(GEN_LOOPS); in main()