Searched refs:traits_t (Results 1 – 4 of 4) sorted by relevance
258 typedef pthread_key_traits< pthread_key_t > traits_t; typedef259 traits_t::allocate(m_Key);264 typedef pthread_key_traits< pthread_key_t > traits_t; in ~thread_specific_base() typedef265 traits_t::deallocate(m_Key); in ~thread_specific_base()270 typedef pthread_key_traits< pthread_key_t > traits_t; in get_content() typedef271 return traits_t::get_value(m_Key); in get_content()276 typedef pthread_key_traits< pthread_key_t > traits_t; in set_content() typedef277 traits_t::set_value(m_Key, value); in set_content()
280 typedef file_char_traits< path_char_type > traits_t;281 m_Stream.fill(traits_t::zero);339 typedef file_char_traits< path_char_type > traits_t;344 … if (c == traits_t::zero || c == traits_t::space || c == traits_t::plus || c == traits_t::minus)353 if (traits_t::is_digit(c))363 if (c == traits_t::dot)367 while (it != end && traits_t::is_digit(*it))374 if (c == traits_t::number_placeholder)387 typedef file_char_traits< path_char_type > traits_t;399 if (!traits_t::is_digit(c))[all …]
45 typedef boost::detail::iterator_traits<Iterator> traits_t; typedef51 typename traits_t::reference53 , typename traits_t::reference54 , typename traits_t::value_type
349 typedef deque_value_traits<val_alloc_val> traits_t; typedef in boost::container::deque_base1982 if(!Base::traits_t::trivial_dctr){ in priv_destroy_range()1991 if(!Base::traits_t::trivial_dctr){ in priv_destroy_range()