Home
last modified time | relevance | path

Searched refs:m_hash_map (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhash_join_buffer.h310 size_t size() const { return m_hash_map->size(); } in size()
312 bool empty() const { return m_hash_map->empty(); } in empty()
320 return m_hash_map->equal_range(key); in equal_range()
323 hash_map_iterator find(const Key &key) const { return m_hash_map->find(key); } in find()
325 hash_map_iterator begin() const { return m_hash_map->begin(); } in begin()
327 hash_map_iterator end() const { return m_hash_map->end(); } in end()
334 bool Initialized() const { return m_hash_map.get() != nullptr; } in Initialized()
349 unique_ptr_destroy_only<hash_map_type> m_hash_map; variable
H A Dhash_join_buffer.cc328 m_hash_map(nullptr), in HashJoinRowBuffer()
333 if (m_hash_map.get() != nullptr) { in Init()
342 m_hash_map.reset(nullptr); in Init()
357 m_hash_map.reset(new (&m_mem_root) in Init()
359 if (m_hash_map == nullptr) { in Init()
364 m_last_row_stored = m_hash_map->end(); in Init()
428 m_last_row_stored = m_hash_map->emplace(Key(join_key_data, join_key_size), in StoreRow()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dregion-model.h139 region_to_value_map () : m_hash_map () {} in region_to_value_map()
141 : m_hash_map (other.m_hash_map) {} in region_to_value_map()
150 iterator begin () const { return m_hash_map.begin (); } in begin()
151 iterator end () const { return m_hash_map.end (); } in end()
155 return const_cast <hash_map_t &> (m_hash_map).get (reg); in get()
159 m_hash_map.put (reg, sval); in put()
163 m_hash_map.remove (reg); in remove()
166 bool is_empty () const { return m_hash_map.is_empty (); } in is_empty()
177 hash_map_t m_hash_map;
H A Dregion-model.cc122 m_hash_map.empty (); in operator =()
123 for (auto iter : other.m_hash_map) in operator =()
127 m_hash_map.put (reg, sval); in operator =()
137 if (m_hash_map.elements () != other.m_hash_map.elements ()) in operator ==()
239 m_hash_map.remove (iter); in purge_state_involving()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
204 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map;
156 m_hash_map (),
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed);
206 timer::timevar_def *def = m_hash_map.get (item_name);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtimevar.c146 hash_map <const char *, timer::timevar_def> m_hash_map; variable
156 m_hash_map (), in named_items()
175 timer::timevar_def *def = &m_hash_map.get_or_insert (item_name, &existed); in push()
206 timer::timevar_def *def = m_hash_map.get (item_name); in print()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbDictionary.cpp1027 Uint32 cnt = m_impl.m_hash_map.size(); in getPartitionId()
1028 return m_impl.m_hash_map[hashValue % cnt]; in getPartitionId()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbDictionary.cpp1027 Uint32 cnt = m_impl.m_hash_map.size(); in getPartitionId()
1028 return m_impl.m_hash_map[hashValue % cnt]; in getPartitionId()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DNdbDictionary.cpp1027 Uint32 cnt = m_impl.m_hash_map.size(); in getPartitionId()
1028 return m_impl.m_hash_map[hashValue % cnt]; in getPartitionId()

123