HomeSort by: relevance | last modified time | path
    Searched defs:size_type (Results 1 - 25 of 186) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_probe_fn
64 inline size_type
65 operator()(key_const_reference r_key, size_type i) const;
sample_range_hashing.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_range_hashing
67 notify_resized(size_type);
70 inline size_type
71 operator()(size_type ) const;
sample_ranged_hash_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_ranged_hash_fn
67 notify_resized(size_type);
70 inline size_type
sample_ranged_probe_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_ranged_probe_fn
67 notify_resized(size_type);
72 inline size_type
73 operator()(key_const_reference, std::size_t, size_type) const;
mod_based_range_hashing.hpp 49 template<typename Size_Type>
53 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mod_based_range_hashing
60 notify_resized(size_type s)
63 inline size_type
64 range_hash(size_type s) const
68 size_type m_size;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::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:__gnu_pbds::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;
133 do_resize(size_type);
sample_size_policy.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::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;
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...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/
sample_probe_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_probe_fn
64 inline size_type
65 operator()(key_const_reference r_key, size_type i) const;
sample_range_hashing.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_range_hashing
67 notify_resized(size_type);
70 inline size_type
71 operator()(size_type ) const;
sample_ranged_hash_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_ranged_hash_fn
67 notify_resized(size_type);
70 inline size_type
sample_ranged_probe_fn.hpp 50 typedef std::size_t size_type; typedef in class:__gnu_pbds::sample_ranged_probe_fn
67 notify_resized(size_type);
72 inline size_type
73 operator()(key_const_reference, std::size_t, size_type) const;
mod_based_range_hashing.hpp 49 template<typename Size_Type>
53 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::mod_based_range_hashing
60 notify_resized(size_type s)
63 inline size_type
64 range_hash(size_type s) const
68 size_type m_size;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::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:__gnu_pbds::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;
133 do_resize(size_type);
sample_size_policy.hpp 51 typedef std::size_t size_type; typedef in class:__gnu_pbds::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;
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...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 45 template<typename Size_Type>
50 template<typename Size_Type = std::size_t>
54 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::lu_counter_metadata
57 lu_counter_metadata(size_type init_count) : m_count(init_count)
60 friend class lu_counter_policy_base<size_type>;
62 mutable size_type m_count;
66 template<typename Size_Type>
70 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::lu_counter_policy_base
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 45 template<typename Size_Type>
50 template<typename Size_Type = std::size_t>
54 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::lu_counter_metadata
57 lu_counter_metadata(size_type init_count) : m_count(init_count)
60 friend class lu_counter_policy_base<size_type>;
62 mutable size_type m_count;
66 template<typename Size_Type>
70 typedef Size_Type size_type; typedef in class:__gnu_pbds::detail::lu_counter_policy_base
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 84 typedef typename _Alloc::size_type size_type; typedef in struct:__gnu_pbds::detail::hash_eq_fn
94 operator()(key_const_reference r_lhs_key, size_type lhs_hash,
95 key_const_reference r_rhs_key, size_type rhs_hash) const
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 49 typedef std::size_t size_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
73 inline static size_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 84 typedef typename _Alloc::size_type size_type; typedef in struct:__gnu_pbds::detail::hash_eq_fn
94 operator()(key_const_reference r_lhs_key, size_type lhs_hash,
95 key_const_reference r_rhs_key, size_type rhs_hash) const
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 49 typedef std::size_t size_type; typedef in struct:__gnu_pbds::sample_trie_access_traits
73 inline static size_type
  /src/external/apache2/llvm/dist/libcxx/src/include/
sso_allocator.h 40 typedef size_t size_type; typedef in class:__sso_allocator
51 _LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr)
60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type __n)
67 _LIBCPP_INLINE_VISIBILITY size_type max_size() const throw() {return size_type(~0) / sizeof(_Tp);}

Completed in 86 milliseconds

1 2 3 4 5 6 7 8