Searched refs:size_type (Results 1 - 25 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dsample_size_policy.hpp56 typedef size_t size_type; typedef in class:sample_size_policy
71 inline size_type
72 get_nearest_larger_size(size_type size) const;
75 inline size_type
76 get_nearest_smaller_size(size_type size) const;
H A Dsample_resize_policy.hpp56 typedef size_t size_type; typedef in class:sample_resize_policy
108 notify_inserted(size_type num_e);
112 notify_erased(size_type num_e);
120 notify_resized(size_type new_size);
127 size_type
128 get_new_size(size_type size, size_type num_used_e) const;
H A Dsample_resize_trigger.hpp56 typedef size_t size_type; typedef in class:sample_resize_trigger
109 notify_inserted(size_type num_entries);
113 notify_erased(size_type num_entries);
122 notify_resized(size_type new_size);
126 notify_externally_resized(size_type new_size);
134 is_grow_needed(size_type size, size_type num_entries) const;
140 do_resize(size_type new_size);
H A Dhash_exponential_size_policy_imp.hpp49 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
64 typename PB_DS_CLASS_C_DEC::size_type
66 get_nearest_larger_size(size_type size) const
68 size_type ret = m_start_size;
71 const size_type next_ret = ret* m_grow_factor;
80 typename PB_DS_CLASS_C_DEC::size_type
82 get_nearest_smaller_size(size_type size) const
84 size_type ret = m_start_size;
87 const size_type next_re
[all...]
H A Dhash_load_check_resize_trigger_size_base.hpp63 typedef Size_Type size_type; typedef in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
73 set_size(size_type size)
76 inline size_type
81 size_type m_size;
88 typedef Size_Type size_type; typedef in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
95 set_size(size_type size) { }
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dsample_range_hashing.hpp57 typedef size_t size_type; typedef in class:sample_range_hashing
75 notify_resized(size_type size);
78 inline size_type
79 operator()(size_type hash) const;
H A Dmask_based_range_hashing.hpp61 typedef Size_Type size_type; typedef in class:pb_ds::detail::mask_based_range_hashing
68 notify_resized(size_type size);
70 inline size_type
71 range_hash(size_type hash) const
72 { return size_type(hash & m_mask); }
75 size_type m_mask;
76 const static size_type s_num_bits_in_size_type;
77 const static size_type s_highest_bit_1;
81 const typename PB_DS_CLASS_C_DEC::size_type
83 sizeof(typename PB_DS_CLASS_C_DEC::size_type) <<
[all...]
H A Dsample_probe_fn.hpp57 typedef size_t size_type; typedef in class:sample_probe_fn
74 inline size_type
75 operator()(const_key_reference r_key, size_type i) const;
H A Dsample_ranged_hash_fn.hpp57 typedef size_t size_type; typedef in class:sample_ranged_hash_fn
75 notify_resized(size_type size);
78 inline size_type
H A Dlinear_probe_fn_imp.hpp54 inline typename PB_DS_CLASS_C_DEC::size_type
56 operator()(size_type i) const
H A Dmod_based_range_hashing.hpp67 typedef Size_Type size_type; typedef in class:pb_ds::detail::mod_based_range_hashing
74 notify_resized(size_type size);
76 inline size_type
77 range_hash(size_type hash) const;
80 size_type m_size;
94 notify_resized(size_type size)
100 inline typename PB_DS_CLASS_C_DEC::size_type
102 range_hash(size_type hash) const
H A Dquadratic_probe_fn_imp.hpp54 inline typename PB_DS_CLASS_C_DEC::size_type
56 operator()(size_type i) const
H A Dsample_ranged_probe_fn.hpp57 typedef size_t size_type; typedef in class:sample_ranged_probe_fn
75 notify_resized(size_type size);
78 inline size_type
79 operator()(const_key_reference r_key, size_t hash, size_type i) const;
H A Dranged_probe_fn.hpp82 typedef typename Allocator::size_type size_type; typedef in class:pb_ds::detail::ranged_probe_fn
89 ranged_probe_fn(size_type);
91 ranged_probe_fn(size_type, const Hash_Fn&);
93 ranged_probe_fn(size_type, const Hash_Fn&, const Comb_Probe_Fn&);
95 ranged_probe_fn(size_type, const Hash_Fn&, const Comb_Probe_Fn&,
102 notify_resized(size_type);
104 inline size_type
107 inline size_type
108 operator()(const_key_reference, size_type, size_typ
187 typedef typename Allocator::size_type size_type; typedef in class:pb_ds::detail::ranged_probe_fn
307 typedef typename Allocator::size_type size_type; typedef in class:pb_ds::detail::ranged_probe_fn
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/list_update_policy/
H A Dcounter_lu_metadata.hpp60 typedef Size_Type size_type; typedef in class:pb_ds::detail::counter_lu_metadata
63 counter_lu_metadata(size_type init_count) : m_count(init_count)
66 friend class counter_lu_policy_base<size_type>;
68 mutable size_type m_count;
75 typedef Size_Type size_type; typedef in class:pb_ds::detail::counter_lu_policy_base
77 counter_lu_metadata<size_type>
78 operator()(size_type max_size) const
83 operator()(Metadata_Reference r_data, size_type m_max_count) const
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_basic_string.i30 typedef size_t size_type;
37 static const size_type npos;
51 basic_string(const _CharT* __s, size_type __n);
55 size_type length() const;
57 size_type max_size() const;
59 size_type capacity() const;
61 void reserve(size_type __res_arg = 0);
70 append(const basic_string& __str, size_type __pos, size_type __n);
73 append(const _CharT* __s, size_type __
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dhash_policy.hpp79 typedef Size_Type size_type; typedef in class:pb_ds::linear_probe_fn
86 inline size_type
87 operator()(size_type i) const;
103 typedef Size_Type size_type; typedef in class:pb_ds::quadratic_probe_fn
110 inline size_type
111 operator()(size_type i) const;
131 typedef Size_Type size_type; typedef in class:pb_ds::direct_mask_range_hashing
138 notify_resized(size_type size);
142 inline size_type
143 operator()(size_type has
160 typedef Size_Type size_type; typedef in class:pb_ds::direct_mod_range_hashing
193 typedef Size_Type size_type; typedef in class:pb_ds::hash_load_check_resize_trigger
308 typedef Size_Type size_type; typedef in class:pb_ds::cc_hash_max_collision_check_resize_trigger
409 typedef Size_Type size_type; typedef in class:pb_ds::hash_exponential_size_policy
447 typedef size_t size_type; typedef in class:pb_ds::hash_prime_size_policy
486 typedef Size_Type size_type; typedef in class:pb_ds::hash_standard_resize_policy
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dfind_fn_imps.hpp75 inline typename PB_DS_CLASS_C_DEC::size_type
77 left_child(size_type i)
83 inline typename PB_DS_CLASS_C_DEC::size_type
85 right_child(size_type i)
91 inline typename PB_DS_CLASS_C_DEC::size_type
93 parent(size_type i)
H A Dresize_policy.hpp65 typedef Size_Type size_type; typedef in class:pb_ds::detail::resize_policy
80 resize_needed_for_grow(size_type size) const;
83 resize_needed_for_shrink(size_type size) const;
86 grow_needed(size_type size) const;
89 shrink_needed(size_type size) const;
91 inline size_type
94 inline size_type
97 size_type
98 get_new_size_for_arbitrary(size_type size) const;
107 notify_arbitrary(size_type actual_siz
[all...]
H A Dinfo_fn_imps.hpp56 inline typename PB_DS_CLASS_C_DEC::size_type
64 inline typename PB_DS_CLASS_C_DEC::size_type
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dinfo_fn_imps.hpp56 inline typename PB_DS_CLASS_C_DEC::size_type
64 inline typename PB_DS_CLASS_C_DEC::size_type
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dsize_fn_imps.hpp49 inline typename PB_DS_CLASS_C_DEC::size_type
61 inline typename PB_DS_CLASS_C_DEC::size_type
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinfo_fn_imps.hpp49 inline typename PB_DS_CLASS_C_DEC::size_type
55 inline typename PB_DS_CLASS_C_DEC::size_type
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinfo_fn_imps.hpp56 inline typename PB_DS_CLASS_C_DEC::size_type
64 inline typename PB_DS_CLASS_C_DEC::size_type
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dinfo_fn_imps.hpp48 inline typename PB_DS_CLASS_C_DEC::size_type
57 inline typename PB_DS_CLASS_C_DEC::size_type

Completed in 144 milliseconds

1234567891011