Searched defs:index_key (Results 1 – 2 of 2) sorted by relevance
344 struct index_key struct348 rebind_pointer<const CharT>::type const_char_ptr_t;349 typedef CharT char_type;350 …pedef typename boost::intrusive::pointer_traits<const_char_ptr_t>::difference_type difference_type;351 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;355 const_char_ptr_t mp_str;357 size_type m_len;361 index_key (const char_type *nm, size_type length) in index_key() argument366 bool operator < (const index_key & right) const in operator <()375 bool operator == (const index_key & right) const in operator ==()[all …]
91 pub fn index_key(&self, key: &str) -> Option<usize> { in index_key() method