Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dshuffle.h32 class _LIBCPP_TYPE_VIS __libcpp_debug_randomizer {
34 _LIBCPP_HIDE_FROM_ABI __libcpp_debug_randomizer() { in __libcpp_debug_randomizer() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__debug_utils/
Drandomize_range.h34 std::__shuffle<_AlgPolicy>(__first, __last, __libcpp_debug_randomizer()); in __debug_randomize_range()