Home
last modified time | relevance | path

Searched refs:HashValue (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/micro_thread/
H A Dhash_list.h50 virtual uint32_t HashValue() = 0;
99 key->_hash_value = key->HashValue(); in HashInsert()
117 uint32_t hash = key->HashValue(); in HashFind()
155 uint32_t hash = key->HashValue(); in HashRemove()
H A Dmt_session.h78 virtual uint32_t HashValue(){ in HashValue() function
83 return this->_session_id - (int)rhs->HashValue(); in HashCmp()
H A Dmt_mbuf_pool.h171 virtual uint32_t HashValue(){ in HashValue() function
176 return this->_max_buf_size - (int)rhs->HashValue(); in HashCmp()
H A Dmt_net.h131 virtual uint32_t HashValue();
410 virtual uint32_t HashValue() { in HashValue() function
H A Dmt_connection.h237 virtual uint32_t HashValue(){ in HashValue() function
H A Dmt_net.cpp586 uint32_t CNetHandler::HashValue() in HashValue() function in CNetHandler