/external/fmtlib/include/fmt/ |
D | compile.h | 194 template <typename OutputIt, typename Context, typename Id> 199 arg_formatter<OutputIt, typename Context::char_type>(ctx, &parse_ctx), in format_arg() 205 template <typename Context, typename OutputIt, typename CompiledFormat> 206 auto vformat_to(OutputIt out, CompiledFormat& cf, 232 detail::format_arg<OutputIt>(parse_ctx, ctx, value.arg_index); 237 detail::format_arg<OutputIt>(parse_ctx, ctx, value.str); 261 visit_format_arg(arg_formatter<OutputIt, typename Context::char_type>( 355 template <typename Context, typename OutputIt, typename CompiledFormat> 356 friend auto cf::vformat_to(OutputIt out, CompiledFormat& cf, 395 template <typename OutputIt, typename... Args> [all …]
|
D | locale.h | 42 template <typename S, typename OutputIt, typename... Args, 44 FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, Char>::value)> 45 inline OutputIt vformat_to( in vformat_to() 46 OutputIt out, const std::locale& loc, const S& format_str, in vformat_to() 53 template <typename OutputIt, typename S, typename... Args, 54 bool enable = detail::is_output_iterator<OutputIt, char_t<S>>::value> 55 inline auto format_to(OutputIt out, const std::locale& loc, 57 typename std::enable_if<enable, OutputIt>::type {
|
D | format.h | 391 template <typename T, typename OutputIt> 392 constexpr T* to_pointer(OutputIt, size_t) { in to_pointer() argument 454 template <typename OutputIt> class truncating_iterator_base { 456 OutputIt out_; 460 truncating_iterator_base(OutputIt out, size_t limit) in truncating_iterator_base() 465 using value_type = typename std::iterator_traits<OutputIt>::value_type; 472 OutputIt base() const { return out_; } in base() 478 template <typename OutputIt, 480 typename std::iterator_traits<OutputIt>::value_type>::type> 483 template <typename OutputIt> [all …]
|
D | printf.h | 201 template <typename OutputIt, typename Char> class basic_printf_context; 208 template <typename OutputIt, typename Char> 209 class printf_arg_formatter : public detail::arg_formatter_base<OutputIt, Char> { 211 using iterator = OutputIt; 215 using base = detail::arg_formatter_base<OutputIt, Char>; 216 using context_type = basic_printf_context<OutputIt, Char>; 336 template <typename OutputIt, typename Char> class basic_printf_context { 340 using iterator = OutputIt; 348 OutputIt out_; 369 basic_printf_context(OutputIt out, basic_string_view<char_type> format_str, [all …]
|
D | ostream.h | 18 template <typename OutputIt, typename Char> class basic_printf_context; 134 template <typename OutputIt> 135 auto format(const T& value, basic_format_context<OutputIt, Char>& ctx) 136 -> OutputIt { 142 template <typename OutputIt> 143 auto format(const T& value, basic_printf_context<OutputIt, Char>& ctx) 144 -> OutputIt {
|
D | core.h | 771 template <typename OutputIt, typename T, typename Traits = buffer_traits> 774 OutputIt out_; 785 explicit iterator_buffer(OutputIt out, size_t n = buffer_size) 791 OutputIt out() { 876 template <typename T, typename OutputIt> 877 iterator_buffer<OutputIt, T> get_buffer(OutputIt); 880 template <typename OutputIt> OutputIt get_buffer_init(OutputIt out) { 1376 template <typename OutputIt> 1382 template <typename OutputIt> 1490 template <typename OutputIt, typename Char> class basic_format_context { [all …]
|
D | color.h | 569 template <typename OutputIt, typename Char, 570 FMT_ENABLE_IF(detail::is_output_iterator<OutputIt, Char>::value)> 571 OutputIt vformat_to( in vformat_to() 572 OutputIt out, const text_style& ts, basic_string_view<Char> format_str, in vformat_to() 591 template <typename OutputIt, typename S, typename... Args, 592 bool enable = detail::is_output_iterator<OutputIt, char_t<S>>::value&& 594 inline auto format_to(OutputIt out, const text_style& ts, const S& format_str, 596 typename std::enable_if<enable, OutputIt>::type {
|
D | chrono.h | 757 template <typename Char, typename Rep, typename OutputIt> 758 OutputIt format_duration_value(OutputIt out, Rep val, int precision) { 766 template <typename Char, typename OutputIt> 767 OutputIt copy_unit(string_view unit, OutputIt out, Char) { 771 template <typename OutputIt> 772 OutputIt copy_unit(string_view unit, OutputIt out, wchar_t) { 779 template <typename Char, typename Period, typename OutputIt> 780 OutputIt format_duration_unit(OutputIt out) { 789 template <typename FormatContext, typename OutputIt, typename Rep, 793 OutputIt out; [all …]
|
/external/libese/esed/ |
D | utils.h | 63 template<typename OutputIt> 64 OutputIt writeBigEndian(const uint32_t value, OutputIt first) { in writeBigEndian()
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container.h | 1720 template <typename InputSequence, typename OutputIt> 1721 OutputIt c_adjacent_difference(const InputSequence& input, 1722 OutputIt output_first) { 1730 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1731 OutputIt c_adjacent_difference(const InputSequence& input, 1732 OutputIt output_first, BinaryOp&& op) { 1744 template <typename InputSequence, typename OutputIt> 1745 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1753 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1754 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container.h | 1720 template <typename InputSequence, typename OutputIt> 1721 OutputIt c_adjacent_difference(const InputSequence& input, 1722 OutputIt output_first) { 1730 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1731 OutputIt c_adjacent_difference(const InputSequence& input, 1732 OutputIt output_first, BinaryOp&& op) { 1744 template <typename InputSequence, typename OutputIt> 1745 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1753 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1754 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 1720 template <typename InputSequence, typename OutputIt> 1721 OutputIt c_adjacent_difference(const InputSequence& input, 1722 OutputIt output_first) { 1730 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1731 OutputIt c_adjacent_difference(const InputSequence& input, 1732 OutputIt output_first, BinaryOp&& op) { 1744 template <typename InputSequence, typename OutputIt> 1745 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1753 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1754 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 1683 template <typename InputSequence, typename OutputIt> 1684 OutputIt c_adjacent_difference(const InputSequence& input, 1685 OutputIt output_first) { 1693 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1694 OutputIt c_adjacent_difference(const InputSequence& input, 1695 OutputIt output_first, BinaryOp&& op) { 1707 template <typename InputSequence, typename OutputIt> 1708 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1716 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1717 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 1720 template <typename InputSequence, typename OutputIt> 1721 OutputIt c_adjacent_difference(const InputSequence& input, 1722 OutputIt output_first) { 1730 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1731 OutputIt c_adjacent_difference(const InputSequence& input, 1732 OutputIt output_first, BinaryOp&& op) { 1744 template <typename InputSequence, typename OutputIt> 1745 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1753 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1754 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/abseil-cpp/absl/algorithm/ |
D | container.h | 1683 template <typename InputSequence, typename OutputIt> 1684 OutputIt c_adjacent_difference(const InputSequence& input, 1685 OutputIt output_first) { 1693 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1694 OutputIt c_adjacent_difference(const InputSequence& input, 1695 OutputIt output_first, BinaryOp&& op) { 1707 template <typename InputSequence, typename OutputIt> 1708 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first) { 1716 template <typename InputSequence, typename OutputIt, typename BinaryOp> 1717 OutputIt c_partial_sum(const InputSequence& input, OutputIt output_first,
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | STLExtras.h | 1543 template <typename R, typename OutputIt, typename UnaryPredicate> 1544 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { 1548 template <typename R, typename OutputIt> 1549 OutputIt copy(R &&Range, OutputIt Out) { 1555 template <typename R, typename OutputIt> 1556 OutputIt move(R &&Range, OutputIt Out) { 1594 template <typename R, typename OutputIt, typename UnaryFunction> 1595 OutputIt transform(R &&Range, OutputIt d_first, UnaryFunction F) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 1228 template <typename R, typename OutputIt, typename UnaryPredicate> 1229 OutputIt copy_if(R &&Range, OutputIt Out, UnaryPredicate P) { 1233 template <typename R, typename OutputIt> 1234 OutputIt copy(R &&Range, OutputIt Out) { 1263 template <typename R, typename OutputIt, typename UnaryPredicate> 1264 OutputIt transform(R &&Range, OutputIt d_first, UnaryPredicate P) {
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 432 template <typename R, class OutputIt, typename UnaryPredicate> 433 OutputIt transform(R &&Range, OutputIt d_first, UnaryPredicate &&P) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | STLExtras.h | 543 template <typename R, typename OutputIt, typename UnaryPredicate> 544 OutputIt transform(R &&Range, OutputIt d_first, UnaryPredicate P) {
|
/external/fmtlib/doc/ |
D | api.rst | 51 .. doxygenfunction:: fmt::format_to(OutputIt, const S&, Args&&...) 52 .. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, const S&, const Args&...) 286 .. doxygenfunction:: fmt::format_to(OutputIt, const S&, Args&&...) 287 .. doxygenfunction:: fmt::format_to_n(OutputIt, size_t, const S&, const Args&...)
|
/external/fmtlib/test/ |
D | format | 491 template <typename OutputIt, typename Char> 493 : public fmt::detail::arg_formatter_base<OutputIt, Char, error_handler> { 496 using base = fmt::detail::arg_formatter_base<OutputIt, Char, error_handler>; 497 using format_context = std::basic_format_context<OutputIt, Char>; 504 using iterator = OutputIt;
|
D | format-test.cc | 1898 template <typename, typename OutputIt> void write(OutputIt, foo) = delete;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 619 template <typename Range, typename OutputIt> 620 bool findIndexesLiveAt(Range &&R, OutputIt O) const { in findIndexesLiveAt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 618 template <typename Range, typename OutputIt> 619 bool findIndexesLiveAt(Range &&R, OutputIt O) const { in findIndexesLiveAt()
|