Home
last modified time | relevance | path

Searched refs:set_throw_prob (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp156 alloc.set_throw_prob(0); in insert_new()
172 alloc.set_throw_prob(orig_throw_prob); in insert_new()
315 alloc.set_throw_prob(0); in split()
326 alloc.set_throw_prob(orig_throw_prob); in split()
336 alloc.set_throw_prob(0); in join()
344 alloc.set_throw_prob(orig_throw_prob); in join()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dthrow_allocator.h106 set_throw_prob(double throw_prob);
317 throw_allocator_base::set_throw_prob(double throw_prob) in set_throw_prob() function