Home
last modified time | relevance | path

Searched defs:index_key (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dsegment_manager_helper.hpp344 struct index_key struct
348 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() argument
366 bool operator < (const index_key & right) const in operator <()
375 bool operator == (const index_key & right) const in operator ==()
[all …]
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmap.rs91 pub fn index_key(&self, key: &str) -> Option<usize> { in index_key() method