Namespaces | Typedefs
abseil-cpp/absl/random/mock_distributions.h File Reference
#include <limits>
#include <type_traits>
#include <utility>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "absl/meta/type_traits.h"
#include "absl/random/distributions.h"
#include "absl/random/internal/mock_overload_set.h"
#include "absl/random/mocking_bit_gen.h"
Include dependency graph for abseil-cpp/absl/random/mock_distributions.h:

Go to the source code of this file.

Namespaces

 absl
 

Typedefs

using absl::MockBernoulli = random_internal::MockOverloadSet< absl::bernoulli_distribution, bool(MockingBitGen &, double)>
 
template<typename RealType >
using absl::MockBeta = random_internal::MockOverloadSet< absl::beta_distribution< RealType >, RealType(MockingBitGen &, RealType, RealType)>
 
template<typename RealType >
using absl::MockExponential = random_internal::MockOverloadSet< absl::exponential_distribution< RealType >, RealType(MockingBitGen &, RealType)>
 
template<typename RealType >
using absl::MockGaussian = random_internal::MockOverloadSet< absl::gaussian_distribution< RealType >, RealType(MockingBitGen &, RealType, RealType)>
 
template<typename IntType >
using absl::MockLogUniform = random_internal::MockOverloadSet< absl::log_uniform_int_distribution< IntType >, IntType(MockingBitGen &, IntType, IntType, IntType)>
 
template<typename IntType >
using absl::MockPoisson = random_internal::MockOverloadSet< absl::poisson_distribution< IntType >, IntType(MockingBitGen &, double)>
 
template<typename R >
using absl::MockUniform = random_internal::MockOverloadSet< random_internal::UniformDistributionWrapper< R >, R(IntervalClosedOpenTag, MockingBitGen &, R, R), R(IntervalClosedClosedTag, MockingBitGen &, R, R), R(IntervalOpenOpenTag, MockingBitGen &, R, R), R(IntervalOpenClosedTag, MockingBitGen &, R, R), R(MockingBitGen &, R, R), R(MockingBitGen &)>
 
template<typename IntType >
using absl::MockZipf = random_internal::MockOverloadSet< absl::zipf_distribution< IntType >, IntType(MockingBitGen &, IntType, double, double)>
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:23