Lines Matching refs:size_t
33 template<std::size_t id>
83 template<typename key_type, typename value_type, std::size_t array_size>
92 std::size_t index = k; in operator()
100 template<typename CounterType = std::size_t>
129 std::size_t instances_count() const { return *my_p_count; } in instances_count()
133 using instance_concurrent_counter = instance_counter<std::atomic<std::size_t>>;
166 const std::size_t number_of_lru_history_items;
169 preset_default(callback_type callback, std::size_t history_items) : in preset_default()
177 const std::size_t number_of_lru_history_items;
190 template<std::size_t tag_id>
195 const std::size_t number_of_lru_history_items;
206 std::size_t, helpers::instance_serial_counter,
213 const std::size_t number_of_lru_history_items;
225 std::size_t, helpers::instance_serial_counter,
226 helpers::map_searcher<std::size_t, helpers::instance_serial_counter>> {
228 … using map_searcher_type = helpers::map_searcher<std::size_t, helpers::instance_serial_counter>;
231 static const std::size_t number_of_lru_history_items;
238 bool is_evicted(std::size_t key) { in is_evicted()
248 void fill_up_cache(std::size_t lower_bound, std::size_t upper_bound) { in fill_up_cache()
249 for (std::size_t i = lower_bound; i < upper_bound; ++i) in fill_up_cache()
254 const std::size_t preset_map_instance_count::number_of_lru_history_items = 8;