Home
last modified time | relevance | path

Searched refs:AllocatorT (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp79 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 …]
Dformatting_ostream_fwd.hpp36 typename AllocatorT = std::allocator< CharT >
Dvalue_ref.hpp520 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/
Dform_to_log_manip.cpp50 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 <<()
Dutil_formatting_ostream.cpp331 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/
Dauto_newline.hpp40 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/
Ddate_time_format_parser.hpp384 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()
Dsink_init_helpers.hpp60 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()
Dis_ostream.hpp43 template< typename CharT, typename TraitsT, typename AllocatorT >
44 struct is_ostream< basic_formatting_ostream< CharT, TraitsT, AllocatorT > >
Dc_str.hpp41 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()
Dthreadsafe_queue.hpp109 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;
Dattachable_sstream_buf.hpp44 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;
Dformat.hpp123 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/
DAllocator.h136 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/
DAllocator.h139 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/
DAllocatorList.h34 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/
Dxpressive.hpp59 template< typename CharT, typename TraitsT, typename AllocatorT >
60 …static bool matches(std::basic_string< CharT, TraitsT, AllocatorT > const& str, xpressive::basic_r… in matches()
Dregex.hpp57 template< typename CharT, typename StringTraitsT, typename AllocatorT, typename ReTraitsT >
59 std::basic_string< CharT, StringTraitsT, AllocatorT > const& str, in matches()
Dstd_regex.hpp68 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/
Dformat.hpp96 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/
Dformatter_parser.hpp188 template< typename CharT, typename TraitsT, typename AllocatorT >
189 inline basic_formatter< CharT > parse_formatter(std::basic_string< CharT, TraitsT, AllocatorT > con… in parse_formatter()
Dfilter_parser.hpp318 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/
Dchannel_severity_filter.hpp56 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/
Ddefault_filter_factory.cpp196 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/
DSkBlockAllocator.h695 using AllocatorT = variable
699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter()
737 AllocatorT* fAllocator;

12