Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_server.cpp39 …[connection = weak(clientConnection), &clientEventLoop](auto /* hdl */, const char *buffer, size_t… in Connect() argument
45 … [this, connection = weak(serverConnection)](auto /* hdl */, const char *buffer, size_t size) { in Connect() argument
Dserver_test.cpp133 … [value = 0](auto &result, auto & /* params */) mutable { result.AddProperty("value", value++); }); in TEST_F()
159 server_.OnCall("ping", [&, ball = 0](auto & /* result */, auto &ping) mutable { in TEST_F() argument
Dinspector_test.cpp166 "Debugger.resume", [](auto & /* params */) {}, Callback(debuggerResumeRepliedTo)); in TEST_F()
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h29 decltype(auto) Exec(Args... args) in decltype() argument
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp150 const auto [min_threshold, max_threshold] = in ComputeTarget() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp263 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local