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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
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_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;
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
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
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);
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 51 typedef std::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_range_hashing.hpp 51 typedef std::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;
sample_ranged_hash_fn.hpp 51 typedef std::size_t size_type; typedef in class:sample_ranged_hash_fn
69 notify_resized(size_type size);
72 inline size_type
sample_ranged_probe_fn.hpp 51 typedef std::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, std::size_t hash, size_type i) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 50 typedef std::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 51 typedef std::size_t size_type; typedef in class:sample_resize_trigger
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
117 notify_resized(size_type new_size);
121 notify_externally_resized(size_type new_size);
129 is_grow_needed(size_type size, size_type num_entries) const;
135 do_resize(size_type new_size);
sample_size_policy.hpp 50 typedef std::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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 51 typedef std::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_range_hashing.hpp 51 typedef std::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;
sample_ranged_hash_fn.hpp 51 typedef std::size_t size_type; typedef in class:sample_ranged_hash_fn
69 notify_resized(size_type size);
72 inline size_type
sample_ranged_probe_fn.hpp 51 typedef std::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, std::size_t hash, size_type i) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 50 typedef std::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 51 typedef std::size_t size_type; typedef in class:sample_resize_trigger
104 notify_inserted(size_type num_entries);
108 notify_erased(size_type num_entries);
117 notify_resized(size_type new_size);
121 notify_externally_resized(size_type new_size);
129 is_grow_needed(size_type size, size_type num_entries) const;
135 do_resize(size_type new_size);
sample_size_policy.hpp 50 typedef std::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;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
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_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;
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
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;

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>