Home
last modified time | relevance | path

Searched defs:OutIt (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.pass.cpp43 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
58 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
76 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
H A Dset_separator.pass.cpp44 using OutIt = std::back_insert_iterator<String>; in test_setter() typedef
H A Dset_brackets.pass.cpp45 using OutIt = std::back_insert_iterator<String>; in test_setter() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.pass.cpp42 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
57 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
75 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.tuple/
H A Dformat.pass.cpp43 using OutIt = std::back_insert_iterator<String>; in test() typedef
58 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
76 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.pass.cpp42 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
57 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
75 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtdef/
H A Dformat.pass.cpp39 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
54 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
72 using OutIt = std::back_insert_iterator<String>; in test_assure_parse_is_called() typedef
H A Dset_brackets.pass.cpp41 using OutIt = std::back_insert_iterator<String>; in test_setter() typedef
H A Dset_separator.pass.cpp40 using OutIt = std::back_insert_iterator<String>; in test_setter() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_format_context.h45 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test_format_context_create()
54 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args, in test_format_context_create()
H A Dconcat_macros.h46 …requires(std::output_iterator<OutIt, const char&> && std::same_as<std::iter_value_t<InIt>, char8_t… in requires()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.formatter/format.context/format.context/
H A Dadvance_to.pass.cpp24 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test()
H A Dout.pass.cpp24 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtstr/
H A Dformat.pass.cpp35 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dformat.pass.cpp40 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector.bool/vector.bool.fmt/
H A Dformat.pass.cpp41 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.pass.cpp44 using OutIt = std::back_insert_iterator<String>; in test_format() typedef
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp605 iterator OutIt = begin(); in join() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp651 iterator OutIt = begin(); in join() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp665 iterator OutIt = begin(); in join() local
/aosp_15_r20/external/libcxx/src/filesystem/
H A Doperations.cpp704 using OutIt = ostreambuf_iterator<char>; in copy_file_impl_default() typedef