Home
last modified time | relevance | path

Searched defs:auto (Results 176 – 200 of 4113) sorted by relevance

12345678910>>...165

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; in test02() local
47 const volatile auto [i, j] = a; in test03() local
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; in test02() local
47 const volatile auto [i, j] = a; in test03() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; in test02() local
47 const volatile auto [i, j] = a; in test03() local
/dports/devel/boost-libs/boost_1_72_0/libs/process/example/
H A Dposix.cpp41 bp::extend::on_exec_setup([](auto&) in main() argument
42 { ::chroot("/new/root/directory/"); }), in main()
44 { std::ofstream ofs("log.txt"); if (ofs) ofs << errno; }) in main()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc32 const auto [i, j] = a; in test01() local
40 volatile auto [i, j] = a; // deprecated in C++20 in test02() local
48 const volatile auto [i, j] = a; // deprecated in C++20 in test03() local
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; in test02() local
47 const volatile auto [i, j] = a; in test03() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; // deprecated in C++20 in test02() local
47 const volatile auto [i, j] = a; // deprecated in C++20 in test03() local
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/tuple/
H A D78939.cc31 const auto [i, j] = a; in test01() local
39 volatile auto [i, j] = a; in test02() local
47 const volatile auto [i, j] = a; in test03() local
/dports/devel/hyperscan/boost_1_75_0/libs/process/example/
H A Dposix.cpp41 bp::extend::on_exec_setup([](auto&) in main() argument
42 { ::chroot("/new/root/directory/"); }), in main()
44 { std::ofstream ofs("log.txt"); if (ofs) ofs << errno; }) in main()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/loss/test/
H A DQuicLossFunctionsTest.cpp440 auto lossVisitor = [](auto&, auto&, bool) {}; in runDetectPMTUBlackholeTest() argument
625 [&](auto&, auto&, auto&) {}, in TEST_F() argument
1057 auto ackVisitor = [&](auto&, auto&, auto&) {}; in TEST_F() argument
1532 auto noopLossMarker = [](auto&, auto&, bool) {}; in TEST_F() argument
1812 ) {}; in TEST_F()
1928 auto noopLossVisitor = [](auto&, auto&, bool) {}; in TEST_F() argument
1995 auto noopLossVisitor = [](auto&, auto&, bool) {}; in TEST_F() argument
2067 auto noopLossVisitor = [](auto&, auto&, bool) {}; in TEST_F() argument
2131 auto noopLossVisitor = [](auto&, auto&, bool) {}; in TEST_F() argument
2168 auto noopLossVisitor = [](auto&, auto&, bool) {}; in TEST_F() argument
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A DWhenTest.cpp27 auto thunk = [&] { return makeFuture().thenValue([&](auto&&) { i += 1; }); }; in TEST() argument
35 return makeSemiFuture().deferValue([&](auto&&) { i += 1; }); in TEST() argument
46 auto thunk = [&] { return makeFuture().thenValue([&](auto&&) { i += 1; }); }; in TEST() argument
54 return makeSemiFuture().deferValue([&](auto&&) { i += 1; }); in TEST() argument
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/reflection/
H A Dvisitation_transitivity_test.cpp31 for_each_field(s, [](auto&&, auto&& ref) { in TEST() argument
35 for_each_field(d, [](auto&&, auto&& ref) { EXPECT_EQ(*ref, 20); }); in TEST() argument
42 visit_union(s, [](auto&&, auto&& value) { in TEST() argument
45 [](auto&&) { EXPECT_TRUE(false); })(value); in TEST() argument
/dports/www/uwebsockets/uWebSockets-20.8.0/examples/
H A DUpgradeSync.cpp59 .drain = [](auto */*ws*/) { in main()
62 .ping = [](auto */*ws*/, std::string_view) { in main() argument
65 .pong = [](auto */*ws*/, std::string_view) { in main() argument
68 .close = [](auto */*ws*/, int /*code*/, std::string_view /*message*/) { in main() argument
H A DBroadcastingEchoServer.cpp51 .drain = [](auto */*ws*/) { in main()
55 .ping = [](auto */*ws*/, std::string_view ) { in main() argument
58 .pong = [](auto */*ws*/, std::string_view ) { in main() argument
61 .close = [](auto */*ws*/, int /*code*/, std::string_view /*message*/) { in main() argument
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/options/
H A DQuoteEnum.java44 public abstract boolean auto(); in auto() method in QuoteEnum
84 public boolean auto() { in auto() method in QuoteEnum.AlwaysEnumValue
99 public boolean auto() { in auto() method in QuoteEnum.NeverEnumValue
114 public boolean auto() { in auto() method in QuoteEnum.AutoEnumValue
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/
H A DTessellationShader01aGLSL440CoreHardcoded.java62 public void init(final GLAutoDrawable auto) { in init()
89 public void display(final GLAutoDrawable auto) { in display()
104 public void dispose(final GLAutoDrawable auto) { in dispose()
114 …public void reshape(final GLAutoDrawable auto, final int x, final int y, final int width, final in… in reshape()
118 private ShaderProgram createProgram(final GLAutoDrawable auto) { in createProgram()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/win10/storage/
H A DWin10StorageProvider.cpp60 m_watcher.Removed([this](auto&&, auto&&) in Initialize() argument
64 m_watcher.Updated([this](auto&&, auto&&) in Initialize() argument
65 { in Initialize()
/dports/www/p5-Catalyst-Engine-HTTP-Prefork/Catalyst-Engine-HTTP-Prefork-0.51/t/lib/TestApp/Controller/Action/
H A DInheritance.pm6 sub auto : Private { subroutine
30 sub auto : Private { subroutine
54 sub auto : Private { subroutine
/dports/games/easyrpg-player/Player-0.7.0/bench/
H A Dvariables.cpp26 BM_VariableOp(state, [&x](auto& v, auto id, auto) { x = v.Get(id); }); in BM_VariableGet() argument
74 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SetRange(1, max_vars, val); }); in BM_VariableSetRange() argument
80 BM_VariableOp(state, [](auto& v, auto, auto val) { v.AddRange(1, max_vars, val); }); in BM_VariableAddRange() argument
86 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SubRange(1, max_vars, val); }); in BM_VariableSubRange() argument
92 BM_VariableOp(state, [](auto& v, auto, auto val) { v.MultRange(1, max_vars, val); }); in BM_VariableMultRange() argument
98 BM_VariableOp(state, [](auto& v, auto, auto val) { v.DivRange(1, max_vars, val); }); in BM_VariableDivRange() argument
104 BM_VariableOp(state, [](auto& v, auto, auto val) { v.ModRange(1, max_vars, val); }); in BM_VariableModRange() argument
110 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SetRangeVariable(1, max_vars, val); }); in BM_VariableSetRangeVariable() argument
116 …BM_VariableOp(state, [](auto& v, auto, auto val) { v.SetRangeVariableIndirect(1, max_vars, val); }… in BM_VariableSetRangeVariableIndirect() argument
122 BM_VariableOp(state, [](auto& v, auto, auto val) { v.SetRangeRandom(1, max_vars, -100, 100); }); in BM_VariableSetRangeRandom() argument
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/lib/TestApp/Controller/Action/
H A DInheritance.pm6 sub auto : Private { subroutine
30 sub auto : Private { subroutine
54 sub auto : Private { subroutine
/dports/www/p5-Catalyst-Engine-Apache/Catalyst-Engine-Apache-1.16/t/lib/TestApp/Controller/Action/
H A DInheritance.pm6 sub auto : Private { subroutine
30 sub auto : Private { subroutine
54 sub auto : Private { subroutine
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dfavicon_source_unittest.cc124 auto) { in FaviconSourceTestBase() argument
132 auto) { in FaviconSourceTestBase() argument
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DDMatTDMatSchurExpr.h1158 inline decltype(auto) in decltype() argument
1194 inline decltype(auto) in decltype() argument
1226 inline decltype(auto) in decltype() argument
1267 inline decltype(auto) in decltype() argument
1393 inline decltype(auto) in decltype() argument
1429 inline decltype(auto) in decltype() argument
1461 inline decltype(auto) in decltype() argument
1502 inline decltype(auto) in decltype() argument
/dports/net/arataga/restinio-v.0.6.13/dev/sample/hello_world/
H A Dmain.cpp23 []( auto req, auto ){ in create_request_handler() argument
34 []( auto req, auto ){ in create_request_handler() argument
45 []( auto req, auto ){ in create_request_handler() argument
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/src/test/
H A Dsignal.cpp10 auto cb = [&count, &currentValue](const int &newValue, auto) { in __anond31bc2840102() argument
35 auto cb = [&count, &currentValue](const int &newValue, auto) { in __anond31bc2840202() argument
69 auto cb = [&count, &currentValue](const int &newValue, auto) { in __anond31bc2840302() argument
112 auto cb = [&count, &currentValue](const int &newValue, auto) { in __anond31bc2840402() argument

12345678910>>...165