HomeSort by relevance Sort by last modified time
    Searched refs:size_type (Results 1 - 25 of 917) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 50 typedef size_t size_type; typedef in class:sample_size_policy
65 inline size_type
66 get_nearest_larger_size(size_type size) const;
69 inline size_type
70 get_nearest_smaller_size(size_type size) const;
sample_resize_policy.hpp 50 typedef size_t size_type; typedef in class:sample_resize_policy
102 notify_inserted(size_type num_e);
106 notify_erased(size_type num_e);
114 notify_resized(size_type new_size);
121 size_type
122 get_new_size(size_type size, size_type num_used_e) const;
sample_resize_trigger.hpp 50 typedef size_t size_type; typedef in class:sample_resize_trigger
103 notify_inserted(size_type num_entries);
107 notify_erased(size_type num_entries);
116 notify_resized(size_type new_size);
120 notify_externally_resized(size_type new_size);
128 is_grow_needed(size_type size, size_type num_entries) const;
134 do_resize(size_type new_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 50 typedef size_t size_type; typedef in class:sample_size_policy
65 inline size_type
66 get_nearest_larger_size(size_type size) const;
69 inline size_type
70 get_nearest_smaller_size(size_type size) const;
sample_resize_policy.hpp 50 typedef size_t size_type; typedef in class:sample_resize_policy
102 notify_inserted(size_type num_e);
106 notify_erased(size_type num_e);
114 notify_resized(size_type new_size);
121 size_type
122 get_new_size(size_type size, size_type num_used_e) const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_size_policy.hpp 50 typedef size_t size_type; typedef in class:sample_size_policy
65 inline size_type
66 get_nearest_larger_size(size_type size) const;
69 inline size_type
70 get_nearest_smaller_size(size_type size) const;
sample_resize_policy.hpp 50 typedef size_t size_type; typedef in class:sample_resize_policy
102 notify_inserted(size_type num_e);
106 notify_erased(size_type num_e);
114 notify_resized(size_type new_size);
121 size_type
122 get_new_size(size_type size, size_type num_used_e) const;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 51 typedef size_t size_type; typedef in class:sample_range_hashing
69 notify_resized(size_type size);
72 inline size_type
73 operator()(size_type hash) const;
mask_based_range_hashing.hpp 48 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
49 #define PB_DS_CLASS_C_DEC mask_based_range_hashing<Size_Type>
51 template<typename Size_Type>
55 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mask_based_range_hashing
62 notify_resized(size_type size);
64 inline size_type
65 range_hash(size_type hash) const
66 { return size_type(hash & m_mask); }
69 size_type m_mask
    [all...]
sample_probe_fn.hpp 51 typedef size_t size_type; typedef in class:sample_probe_fn
68 inline size_type
69 operator()(const_key_reference r_key, size_type i) const;
sample_ranged_hash_fn.hpp 51 typedef size_t size_type; typedef in class:sample_ranged_hash_fn
69 notify_resized(size_type size);
72 inline size_type
linear_probe_fn_imp.hpp 48 inline typename PB_DS_CLASS_C_DEC::size_type
50 operator()(size_type i) const
quadratic_probe_fn_imp.hpp 48 inline typename PB_DS_CLASS_C_DEC::size_type
50 operator()(size_type i) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 51 typedef size_t size_type; typedef in class:sample_range_hashing
69 notify_resized(size_type size);
72 inline size_type
73 operator()(size_type hash) const;
mask_based_range_hashing.hpp 48 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
49 #define PB_DS_CLASS_C_DEC mask_based_range_hashing<Size_Type>
51 template<typename Size_Type>
55 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mask_based_range_hashing
62 notify_resized(size_type size);
64 inline size_type
65 range_hash(size_type hash) const
66 { return size_type(hash & m_mask); }
69 size_type m_mask
    [all...]
sample_probe_fn.hpp 51 typedef size_t size_type; typedef in class:sample_probe_fn
68 inline size_type
69 operator()(const_key_reference r_key, size_type i) const;
sample_ranged_hash_fn.hpp 51 typedef size_t size_type; typedef in class:sample_ranged_hash_fn
69 notify_resized(size_type size);
72 inline size_type
linear_probe_fn_imp.hpp 48 inline typename PB_DS_CLASS_C_DEC::size_type
50 operator()(size_type i) const
quadratic_probe_fn_imp.hpp 48 inline typename PB_DS_CLASS_C_DEC::size_type
50 operator()(size_type i) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
sample_range_hashing.hpp 51 typedef size_t size_type; typedef in class:sample_range_hashing
69 notify_resized(size_type size);
72 inline size_type
73 operator()(size_type hash) const;
mask_based_range_hashing.hpp 48 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
49 #define PB_DS_CLASS_C_DEC mask_based_range_hashing<Size_Type>
51 template<typename Size_Type>
55 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mask_based_range_hashing
62 notify_resized(size_type size);
64 inline size_type
65 range_hash(size_type hash) const
66 { return size_type(hash & m_mask); }
69 size_type m_mask
    [all...]
sample_probe_fn.hpp 51 typedef size_t size_type; typedef in class:sample_probe_fn
68 inline size_type
69 operator()(const_key_reference r_key, size_type i) const;
sample_ranged_hash_fn.hpp 51 typedef size_t size_type; typedef in class:sample_ranged_hash_fn
69 notify_resized(size_type size);
72 inline size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 45 template<typename Size_Type>
50 template<typename Size_Type = size_t>
54 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::counter_lu_metadata
57 counter_lu_metadata(size_type init_count) : m_count(init_count)
60 friend class counter_lu_policy_base<size_type>;
62 mutable size_type m_count;
65 template<typename Size_Type>
69 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::counter_lu_policy_base
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_metadata.hpp 45 template<typename Size_Type>
50 template<typename Size_Type = size_t>
54 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::counter_lu_metadata
57 counter_lu_metadata(size_type init_count) : m_count(init_count)
60 friend class counter_lu_policy_base<size_type>;
62 mutable size_type m_count;
65 template<typename Size_Type>
69 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::counter_lu_policy_base
    [all...]

Completed in 2900 milliseconds

1 2 3 4 5 6 7 8 91011>>