/third_party/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | bit_gen_ref_test.cc | 30 using result_type = absl::BitGen::result_type; 32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
|
D | mocking_bit_gen.h | 113 using result_type = absl::BitGen::result_type; 115 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 116 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 216 absl::BitGen gen_;
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
D | generators_test.cc | 169 TEST(BitGen, Compatibility) { in TEST() argument 171 CompatibilityTest<absl::BitGen>(); in TEST()
|
D | benchmarks.cc | 362 BM_BASIC(absl::BitGen); // === randen_engine<uint64_t>. 363 BM_THREAD(absl::BitGen); 364 BM_EXTENDED(absl::BitGen);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | bit_gen_ref_test.cc | 30 using result_type = absl::BitGen::result_type; 32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
|
D | mocking_bit_gen.h | 110 using result_type = absl::BitGen::result_type; 112 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 113 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 228 absl::BitGen gen_;
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
D | generators_test.cc | 169 TEST(BitGen, Compatibility) { in TEST() argument 171 CompatibilityTest<absl::BitGen>(); in TEST()
|
D | benchmarks.cc | 362 BM_BASIC(absl::BitGen); // === randen_engine<uint64_t>. 363 BM_THREAD(absl::BitGen); 364 BM_EXTENDED(absl::BitGen);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | nonsecure_base_test.cc | 44 absl::BitGen default_generator; in TEST() 49 absl::BitGen default_generator; in TEST()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | nonsecure_base_test.cc | 44 absl::BitGen default_generator; in TEST() 49 absl::BitGen default_generator; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 107 absl::BitGen rng; in TEST() 312 PopcountInput<T> GeneratePopcountInput(absl::BitGen& gen) { in GeneratePopcountInput() 325 absl::BitGen rng; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_sample_token_test.cc | 152 absl::BitGen gen; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_probe_benchmark.cc | 73 absl::BitGen& GlobalBitGen() { in GlobalBitGen() 74 static auto* value = new absl::BitGen; in GlobalBitGen()
|
D | hash_function_defaults_test.cc | 265 auto bitgen = absl::BitGen(); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 266 absl::BitGen rng; in BM_FastHexToBufferZeroPad16()
|
/third_party/abseil-cpp/absl/strings/ |
D | numbers_benchmark.cc | 266 absl::BitGen rng; in BM_FastHexToBufferZeroPad16()
|
D | numbers_test.cc | 1276 absl::BitGen rng; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
D | hash_benchmark.cc | 201 absl::BitGen gen; in __anonb24f32cc0302()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | hash_function_defaults_test.cc | 265 auto bitgen = absl::BitGen(); in TEST()
|