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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1-retmem.cpp 8 typedef int size_type; typedef in struct:X0
11 size_type f0() const;
17 typename X0<T>::size_type X0<T>::f0() const {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/
types.pass.cpp 22 // typedef typename container_type::size_type size_type;
51 typedef int size_type; typedef in struct:C
61 static_assert(( std::is_same<std::priority_queue<int>::size_type, std::vector<int>::size_type>::value), "");
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 20 // typedef typename container_type::size_type size_type;
44 typedef int size_type; typedef in struct:C
54 static_assert(( std::is_same<std::queue<int>::size_type, std::deque<int>::size_type>::value), "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 20 // typedef typename container_type::size_type size_type;
45 typedef int size_type; typedef in struct:C
55 static_assert(( std::is_same<std::stack<int>::size_type, std::deque<int>::size_type>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 83 typedef typename _Alloc::size_type size_type; typedef in struct:__gnu_pbds::detail::hash_eq_fn
93 operator()(key_const_reference r_lhs_key, size_type lhs_hash,
94 key_const_reference r_rhs_key, size_type rhs_hash) const
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 83 typedef typename _Alloc::size_type size_type; typedef in struct:__gnu_pbds::detail::hash_eq_fn
93 operator()(key_const_reference r_lhs_key, size_type lhs_hash,
94 key_const_reference r_rhs_key, size_type rhs_hash) const

Completed in 215 milliseconds

1 2 3 4 5 6 7 8 91011>>