Searched refs:RawKeyTranslator (Results 1 – 1 of 1) sorted by relevance
68 RawKeyTranslator; typedef180 return m_impl.template find<RawKeyType, RawKeyTranslator>(key); in find()192 return m_impl.template find<RawKeyType, RawKeyTranslator>(key); in find()204 return m_impl.template contains<RawKeyType, RawKeyTranslator>(key); in contains()219 return m_impl.template add<RawKeyType, MappedType, RawKeyTranslator>(key, mapped); in inlineAdd()274 …ype* entry = const_cast<HashTableType&>(m_impl).template lookup<RawKeyType, RawKeyTranslator>(key); in inlineGet()