/third_party/boost/boost/log/utility/ |
D | formatting_ostream.hpp | 79 template< typename CharT, typename TraitsT, typename AllocatorT, typename T, typename R > 80 …ng_ostream_generic_operator< basic_formatting_ostream< CharT, TraitsT, AllocatorT >, T, false, R >… 85 template< typename CharT, typename TraitsT, typename AllocatorT, typename T, typename R > 86 …ng_ostream_generic_operator< basic_formatting_ostream< CharT, TraitsT, AllocatorT >, T, true, R > : 91 template< typename CharT, typename TraitsT, typename AllocatorT, typename T, typename R > 92 …ng_ostream_generic_operator< basic_formatting_ostream< CharT, TraitsT, AllocatorT >, T*, true, R >… 120 template< typename CharT, typename TraitsT, typename AllocatorT > 129 typedef AllocatorT allocator_type; 783 template< typename CharT, typename TraitsT, typename AllocatorT > 784 …ic_formatting_ostream< CharT, TraitsT, AllocatorT >::fmtflags basic_formatting_ostream< CharT, Tra… [all …]
|
D | formatting_ostream_fwd.hpp | 36 typename AllocatorT = std::allocator< CharT >
|
D | value_ref.hpp | 520 template< typename CharT, typename TraitsT, typename AllocatorT, typename T, typename TagT > 521 …_formatting_ostream< CharT, TraitsT, AllocatorT >& operator<< (basic_formatting_ostream< CharT, Tr… in operator <<()
|
/third_party/boost/libs/log/test/run/ |
D | form_to_log_manip.cpp | 50 template< typename CharT, typename TraitsT, typename AllocatorT > 51 inline logging::basic_formatting_ostream< CharT, TraitsT, AllocatorT >& 52 operator<< (logging::basic_formatting_ostream< CharT, TraitsT, AllocatorT >& strm, logging::to_log_… in operator <<() 62 template< typename CharT, typename TraitsT, typename AllocatorT > 63 inline logging::basic_formatting_ostream< CharT, TraitsT, AllocatorT >& 64 operator<< (logging::basic_formatting_ostream< CharT, TraitsT, AllocatorT >& strm, logging::to_log_… in operator <<()
|
D | util_formatting_ostream.cpp | 331 template< typename CharT, typename TraitsT, typename AllocatorT > 332 …matting_ostream< CharT, TraitsT, AllocatorT >& operator<< (logging::basic_formatting_ostream< Char… in operator <<() 339 template< typename CharT, typename TraitsT, typename AllocatorT > 340 …matting_ostream< CharT, TraitsT, AllocatorT >& operator<< (logging::basic_formatting_ostream< Char… in operator <<() 347 template< typename CharT, typename TraitsT, typename AllocatorT > 348 …matting_ostream< CharT, TraitsT, AllocatorT >& operator<< (logging::basic_formatting_ostream< Char… in operator <<() 355 template< typename CharT, typename TraitsT, typename AllocatorT > 356 …matting_ostream< CharT, TraitsT, AllocatorT >& operator<< (logging::basic_formatting_ostream< Char… in operator <<() 369 template< typename CharT, typename TraitsT, typename AllocatorT > 370 …matting_ostream< CharT, TraitsT, AllocatorT >& operator<< (logging::basic_formatting_ostream< Char… in operator <<()
|
/third_party/boost/boost/log/utility/manipulators/ |
D | auto_newline.hpp | 40 template< typename CharT, typename TraitsT, typename AllocatorT > 41 …_formatting_ostream< CharT, TraitsT, AllocatorT >& operator<< (basic_formatting_ostream< CharT, Tr… in operator <<() 43 typedef basic_formatting_ostream< CharT, TraitsT, AllocatorT > stream_type; in operator <<()
|
/third_party/boost/boost/log/detail/ |
D | date_time_format_parser.hpp | 384 template< typename CharT, typename TraitsT, typename AllocatorT > 385 inline void parse_date_format(std::basic_string< CharT, TraitsT, AllocatorT > const& str, date_form… in parse_date_format() 421 template< typename CharT, typename TraitsT, typename AllocatorT > 422 inline void parse_time_format(std::basic_string< CharT, TraitsT, AllocatorT > const& str, time_form… in parse_time_format() 458 template< typename CharT, typename TraitsT, typename AllocatorT > 459 inline void parse_date_time_format(std::basic_string< CharT, TraitsT, AllocatorT > const& str, date… in parse_date_time_format()
|
D | sink_init_helpers.hpp | 60 template< typename CharT, typename TraitsT, typename AllocatorT > 61 inline filter acquire_filter(std::basic_string< CharT, TraitsT, AllocatorT > const& filter) in acquire_filter() 114 template< typename CharT, typename TraitsT, typename AllocatorT > 115 inline basic_formatter< CharT > acquire_formatter(std::basic_string< CharT, TraitsT, AllocatorT > c… in acquire_formatter()
|
D | is_ostream.hpp | 43 template< typename CharT, typename TraitsT, typename AllocatorT > 44 struct is_ostream< basic_formatting_ostream< CharT, TraitsT, AllocatorT > >
|
D | c_str.hpp | 41 template< typename T, typename TraitsT, typename AllocatorT > 42 …ype< T >::value, const T* >::type c_str(std::basic_string< T, TraitsT, AllocatorT > const& str) BO… in c_str()
|
D | threadsafe_queue.hpp | 109 template< typename T, typename AllocatorT = std::allocator< void > > 111 private boost::log::aux::rebind_alloc< AllocatorT, threadsafe_queue_node< T > >::type 117 typedef typename boost::log::aux::rebind_alloc< AllocatorT, node >::type allocator_type;
|
D | attachable_sstream_buf.hpp | 44 typename AllocatorT = std::allocator< CharT > 50 typedef basic_ostringstreambuf< CharT, TraitsT, AllocatorT > this_type; 63 typedef std::basic_string< char_type, traits_type, AllocatorT > string_type;
|
D | format.hpp | 123 template< typename CharT, typename TraitsT, typename AllocatorT > 124 …ormat_description< CharT > parse_format(std::basic_string< CharT, TraitsT, AllocatorT > const& fmt) in parse_format()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 312 AllocatorT Allocator; 418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 435 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Allocator.h | 139 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 143 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 390 AllocatorT Allocator; 501 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 503 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 518 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 34 template <class T, class AllocatorT> class AllocatorList : AllocatorT { 51 AllocatorT &getAlloc() { return *this; } in getAlloc() 52 const AllocatorT &getAlloc() const { return *this; } in getAlloc() 141 : AllocatorT(std::move(X.getAlloc())), List(std::move(X.List)) {} in AllocatorList()
|
/third_party/boost/boost/log/support/ |
D | xpressive.hpp | 59 template< typename CharT, typename TraitsT, typename AllocatorT > 60 …static bool matches(std::basic_string< CharT, TraitsT, AllocatorT > const& str, xpressive::basic_r… in matches()
|
D | regex.hpp | 57 template< typename CharT, typename StringTraitsT, typename AllocatorT, typename ReTraitsT > 59 std::basic_string< CharT, StringTraitsT, AllocatorT > const& str, in matches()
|
D | std_regex.hpp | 68 template< typename CharT, typename StringTraitsT, typename AllocatorT, typename ReTraitsT > 69 …static bool matches(std::basic_string< CharT, StringTraitsT, AllocatorT > const& str, std::basic_r… in matches()
|
/third_party/boost/boost/log/expressions/formatters/ |
D | format.hpp | 96 template< typename CharT, typename TraitsT, typename AllocatorT > 97 …ctor< format_terminal< CharT > > format(std::basic_string< CharT, TraitsT, AllocatorT > const& fmt) in format()
|
/third_party/boost/boost/log/utility/setup/ |
D | formatter_parser.hpp | 188 template< typename CharT, typename TraitsT, typename AllocatorT > 189 inline basic_formatter< CharT > parse_formatter(std::basic_string< CharT, TraitsT, AllocatorT > con… in parse_formatter()
|
D | filter_parser.hpp | 318 template< typename CharT, typename TraitsT, typename AllocatorT > 319 inline filter parse_filter(std::basic_string< CharT, TraitsT, AllocatorT > const& str) in parse_filter()
|
/third_party/boost/boost/log/expressions/predicates/ |
D | channel_severity_filter.hpp | 56 typename AllocatorT = std::allocator< void > 84 …typename boost::log::aux::rebind_alloc< AllocatorT, std::pair< const channel_value_type, severity_… 230 typename AllocatorT = std::allocator< void >, 234 …lT, SeverityT, ChannelFallbackT, SeverityFallbackT, ChannelOrderT, SeverityCompareT, AllocatorT > > 242 …, ChannelFallbackT, SeverityFallbackT, ChannelOrderT, SeverityCompareT, AllocatorT > terminal_type; 558 typename AllocatorT 560 …SeverityT, ChannelFallbackT, SeverityFallbackT, ChannelOrderT, SeverityCompareT, AllocatorT > > > :
|
/third_party/boost/libs/log/src/setup/ |
D | default_filter_factory.cpp | 196 template< typename CharT, typename TraitsT, typename AllocatorT > 197 result_type operator() (std::basic_string< CharT, TraitsT, AllocatorT > const& val) const
|
/third_party/skia/src/core/ |
D | SkBlockAllocator.h | 695 using AllocatorT = variable 699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() 737 AllocatorT* fAllocator;
|