Home
last modified time | relevance | path

Searched refs:traits_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/log/src/
Dthread_specific.cpp258 typedef pthread_key_traits< pthread_key_t > traits_t; typedef
259 traits_t::allocate(m_Key);
264 typedef pthread_key_traits< pthread_key_t > traits_t; in ~thread_specific_base() typedef
265 traits_t::deallocate(m_Key); in ~thread_specific_base()
270 typedef pthread_key_traits< pthread_key_t > traits_t; in get_content() typedef
271 return traits_t::get_value(m_Key); in get_content()
276 typedef pthread_key_traits< pthread_key_t > traits_t; in set_content() typedef
277 traits_t::set_value(m_Key, value); in set_content()
Dtext_file_backend.cpp280 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 …]
/third_party/boost/boost/python/object/
Diterator.hpp45 typedef boost::detail::iterator_traits<Iterator> traits_t; typedef
51 typename traits_t::reference
53 , typename traits_t::reference
54 , typename traits_t::value_type
/third_party/boost/boost/container/
Ddeque.hpp349 typedef deque_value_traits<val_alloc_val> traits_t; typedef in boost::container::deque_base
1982 if(!Base::traits_t::trivial_dctr){ in priv_destroy_range()
1991 if(!Base::traits_t::trivial_dctr){ in priv_destroy_range()