Searched refs:is_thread_safe (Results 1 – 7 of 7) sorted by relevance
113 struct is_thread_safe : std::false_type {}; struct115 struct is_thread_safe<thread_safe<T>> : std::true_type {}; struct
31 accumulators::is_thread_safe<typename T::value_type>::value;70 accumulators::is_thread_safe<typename T::value_type>::value;134 !accumulators::is_thread_safe<value_type>::value,
48 bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::utf8_converter166 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::simple_converter335 thread_safe_ = cvt_->is_thread_safe(); in code_converter()
135 TEST(cvt->is_thread_safe()); in main()271 TEST(cvt->is_thread_safe()); in main()
113 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::base_converter
57 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::impl_icu::uconv_converter
108 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::impl_posix::mb2_iconv_converter