Home
last modified time | relevance | path

Searched refs:is_thread_safe (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/histogram/
Dfwd.hpp113 struct is_thread_safe : std::false_type {}; struct
115 struct is_thread_safe<thread_safe<T>> : std::true_type {}; struct
Dstorage_adaptor.hpp31 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,
/third_party/boost/libs/locale/src/util/
Dcodecvt_converter.cpp48 bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::utf8_converter
166 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::simple_converter
335 thread_safe_ = cvt_->is_thread_safe(); in code_converter()
/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp135 TEST(cvt->is_thread_safe()); in main()
271 TEST(cvt->is_thread_safe()); in main()
/third_party/boost/boost/locale/
Dutil.hpp113 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::util::base_converter
/third_party/boost/libs/locale/src/icu/
Dcodecvt.cpp57 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::impl_icu::uconv_converter
/third_party/boost/libs/locale/src/posix/
Dcodecvt.cpp108 virtual bool is_thread_safe() const in is_thread_safe() function in boost::locale::impl_posix::mb2_iconv_converter