HomeSort by: relevance | last modified time | path
    Searched defs:iftrue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 95 typedef hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
123 typedef linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
standard_policies.hpp 95 typedef hash_exponential_size_policy<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_resize_policy
97 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
123 typedef linear_probe_fn<size_type> iftrue; typedef in struct:__gnu_pbds::detail::default_probe_fn
125 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;

Completed in 52 milliseconds