Searched refs:samples_storage (Results 1 – 2 of 2) sorted by relevance
30 typedef std::map<sample_index_t, sample_entry> samples_storage; typedef31 typedef samples_storage::const_iterator samples_iterator;62 samples_storage samples;
51 samples_storage::key_type key(symbol, 0); in begin()60 samples_storage::key_type key(symbol, ~bfd_vma(0)); in end()69 samples_storage::key_type key(symbol, sample.vma); in insert()71 samples_storage::iterator it = samples.find(key); in insert()