Home
last modified time | relevance | path

Searched defs:random_condition (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dthrow_allocator.h336 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct
341 struct adjustor_base in _GLIBCXX_VISIBILITY()
354 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
363 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
369 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
374 random_condition() in _GLIBCXX_VISIBILITY() function
381 set_probability(double __p) in _GLIBCXX_VISIBILITY()
385 throw_conditionally() in _GLIBCXX_VISIBILITY()
392 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()
397 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dthrow_allocator.h484 struct random_condition : public condition_base in _GLIBCXX_VISIBILITY() struct
489 struct adjustor_base in _GLIBCXX_VISIBILITY()
502 struct group_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
511 struct never_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
517 struct always_adjustor : public adjustor_base in _GLIBCXX_VISIBILITY()
522 random_condition() in _GLIBCXX_VISIBILITY() function
529 set_probability(double __p) in _GLIBCXX_VISIBILITY()
533 throw_conditionally() in _GLIBCXX_VISIBILITY()
540 seed(unsigned long __s) in _GLIBCXX_VISIBILITY()
545 typedef std::uniform_real_distribution<double> distribution_type; in _GLIBCXX_VISIBILITY()
[all …]