HomeSort by relevance Sort by last modified time
    Searched defs:size_policy (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
hash_policy.hpp 480 #define PB_DS_CLASS_T_DEC template<typename Size_Policy, typename Trigger_Policy, bool External_Size_Access, typename Size_Type>
482 #define PB_DS_CLASS_C_DEC hash_standard_resize_policy<Size_Policy, Trigger_Policy, External_Size_Access, Size_Type>
485 template<typename Size_Policy = hash_exponential_size_policy<>,
490 : public Size_Policy, public Trigger_Policy
495 typedef Size_Policy size_policy; typedef in class:__gnu_pbds::hash_standard_resize_policy
506 /// by the Size_Policy object of this object.
507 hash_standard_resize_policy(const Size_Policy& r_size_policy);
510 /// copied by the Size_Policy object of this
513 hash_standard_resize_policy(const Size_Policy& r_size_policy
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
hash_policy.hpp 480 #define PB_DS_CLASS_T_DEC template<typename Size_Policy, typename Trigger_Policy, bool External_Size_Access, typename Size_Type>
482 #define PB_DS_CLASS_C_DEC hash_standard_resize_policy<Size_Policy, Trigger_Policy, External_Size_Access, Size_Type>
485 template<typename Size_Policy = hash_exponential_size_policy<>,
490 : public Size_Policy, public Trigger_Policy
495 typedef Size_Policy size_policy; typedef in class:__gnu_pbds::hash_standard_resize_policy
506 /// by the Size_Policy object of this object.
507 hash_standard_resize_policy(const Size_Policy& r_size_policy);
510 /// copied by the Size_Policy object of this
513 hash_standard_resize_policy(const Size_Policy& r_size_policy
    [all...]

Completed in 210 milliseconds