HomeSort by relevance Sort by last modified time
    Searched refs:size_type (Results 1 - 25 of 351) 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);
hash_exponential_size_policy_imp.hpp 43 hash_exponential_size_policy(size_type start_size, size_type grow_factor) :
58 typename PB_DS_CLASS_C_DEC::size_type
60 get_nearest_larger_size(size_type size) const
62 size_type ret = m_start_size;
65 const size_type next_ret = ret* m_grow_factor;
74 typename PB_DS_CLASS_C_DEC::size_type
76 get_nearest_smaller_size(size_type size) const
78 size_type ret = m_start_size;
81 const size_type next_ret = ret* m_grow_factor
    [all...]
hash_load_check_resize_trigger_size_base.hpp 49 template<typename Size_Type, bool Hold_Size>
53 template<typename Size_Type>
54 class hash_load_check_resize_trigger_size_base<Size_Type, true>
57 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
67 set_size(size_type size)
70 inline size_type
75 size_type m_size;
78 template<typename Size_Type>
79 class hash_load_check_resize_trigger_size_base<Size_Type, false
82 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
    [all...]
  /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
sample_ranged_probe_fn.hpp 51 typedef size_t size_type; typedef in class:sample_ranged_probe_fn
69 notify_resized(size_type size);
72 inline size_type
73 operator()(const_key_reference r_key, size_t hash, size_type i) const;
ranged_probe_fn.hpp 76 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_probe_fn
83 ranged_probe_fn(size_type);
85 ranged_probe_fn(size_type, const Hash_Fn&);
87 ranged_probe_fn(size_type, const Hash_Fn&, const Comb_Probe_Fn&);
89 ranged_probe_fn(size_type, const Hash_Fn&, const Comb_Probe_Fn&,
96 notify_resized(size_type);
98 inline size_type
101 inline size_type
102 operator()(const_key_reference, size_type, size_type) const
181 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_probe_fn
301 typedef typename Allocator::size_type size_type; typedef in class:__gnu_pbds::detail::ranged_probe_fn
    [all...]
mod_based_range_hashing.hpp 51 template<typename Size_Type>
55 Size_Type>
57 template<typename Size_Type>
61 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mod_based_range_hashing
68 notify_resized(size_type size);
70 inline size_type
71 range_hash(size_type hash) const;
74 size_type m_size;
88 notify_resized(size_type size
    [all...]
  /frameworks/base/media/libstagefright/include/
stagefright_string.h 27 typedef size_t size_type; typedef in class:android::string
28 static size_type npos;
33 string(const string &from, size_type start, size_type length = npos);
36 size_type size() const;
39 void erase(size_type from, size_type length);
41 size_type find(char c) const;
  /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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 65 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
66 #define PB_DS_CLASS_C_DEC linear_probe_fn<Size_Type>
69 template<typename Size_Type = size_t>
73 typedef Size_Type size_type; typedef in class:__gnu_pbds::linear_probe_fn
80 inline size_type
81 operator()(size_type i) const;
89 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
90 #define PB_DS_CLASS_C_DEC quadratic_probe_fn<Size_Type>
93 template<typename Size_Type = size_t
97 typedef Size_Type size_type; typedef in class:__gnu_pbds::quadratic_probe_fn
125 typedef Size_Type size_type; typedef in class:__gnu_pbds::direct_mask_range_hashing
154 typedef Size_Type size_type; typedef in class:__gnu_pbds::direct_mod_range_hashing
187 typedef Size_Type size_type; typedef in class:__gnu_pbds::hash_load_check_resize_trigger
302 typedef Size_Type size_type; typedef in class:__gnu_pbds::cc_hash_max_collision_check_resize_trigger
403 typedef Size_Type size_type; typedef in class:__gnu_pbds::hash_exponential_size_policy
441 typedef size_t size_type; typedef in class:__gnu_pbds::hash_prime_size_policy
480 typedef Size_Type size_type; typedef in class:__gnu_pbds::hash_standard_resize_policy
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 69 inline typename PB_DS_CLASS_C_DEC::size_type
71 left_child(size_type i)
77 inline typename PB_DS_CLASS_C_DEC::size_type
79 right_child(size_type i)
85 inline typename PB_DS_CLASS_C_DEC::size_type
87 parent(size_type i)
resize_policy.hpp 51 #define PB_DS_CLASS_T_DEC template<typename Size_Type>
53 #define PB_DS_CLASS_C_DEC resize_policy<Size_Type>
55 template<typename Size_Type>
59 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::resize_policy
74 resize_needed_for_grow(size_type size) const;
77 resize_needed_for_shrink(size_type size) const;
80 grow_needed(size_type size) const;
83 shrink_needed(size_type size) const;
85 inline size_type
    [all...]
info_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::size_type
58 inline typename PB_DS_CLASS_C_DEC::size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::size_type
58 inline typename PB_DS_CLASS_C_DEC::size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::size_type
55 inline typename PB_DS_CLASS_C_DEC::size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 43 inline typename PB_DS_CLASS_C_DEC::size_type
49 inline typename PB_DS_CLASS_C_DEC::size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 50 inline typename PB_DS_CLASS_C_DEC::size_type
58 inline typename PB_DS_CLASS_C_DEC::size_type
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 48 inline typename PB_DS_CLASS_C_DEC::size_type
54 inline typename PB_DS_CLASS_C_DEC::size_type

Completed in 80 milliseconds

1 2 3 4 5 6 7 8 91011>>