Home
last modified time | relevance | path

Searched defs:FakeUrbg (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc52 struct FakeUrbg { struct
53 using result_type = UIntType;
56 explicit FakeUrbg(bool r) : reject(r) {} in FakeUrbg() argument
58 static constexpr result_type(max)() { return Hi; } in result_type()
59 static constexpr result_type(min)() { return Lo; } in result_type()
60 result_type operator()() { in operator ()()
65 bool reject = false;
66 size_t calls = 0;
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc52 struct FakeUrbg { struct
53 using result_type = UIntType;
56 explicit FakeUrbg(bool r) : reject(r) {} in FakeUrbg() function
58 static constexpr result_type(max)() { return Hi; } in result_type()
59 static constexpr result_type(min)() { return Lo; } in result_type()
60 result_type operator()() { in operator ()()
65 bool reject = false;
66 size_t calls = 0;
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dfast_uniform_bits_test.cc52 struct FakeUrbg { struct
53 using result_type = UIntType;
56 explicit FakeUrbg(bool r) : reject(r) {} in FakeUrbg() argument
58 static constexpr result_type(max)() { return Hi; } in result_type()
59 static constexpr result_type(min)() { return Lo; } in result_type()
60 result_type operator()() { in operator ()()
65 bool reject = false;
66 size_t calls = 0;
/external/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc52 struct FakeUrbg { struct
53 using result_type = UIntType;
55 static constexpr result_type(max)() { return Hi; } in result_type()
56 static constexpr result_type(min)() { return Lo; } in result_type()
57 result_type operator()() { return Val; } in operator ()()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc52 struct FakeUrbg { struct
53 using result_type = UIntType;
55 static constexpr result_type(max)() { return Hi; } in result_type()
56 static constexpr result_type(min)() { return Lo; } in result_type()
57 result_type operator()() { return Val; } in operator ()()