Searched defs:auto (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_server.cpp | 39 …[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
|
| D | server_test.cpp | 133 … [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
|
| D | inspector_test.cpp | 166 "Debugger.resume", [](auto & /* params */) {}, Callback(debuggerResumeRepliedTo)); in TEST_F()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | exec.h | 29 decltype(auto) Exec(Args... args) in decltype() argument
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 150 const auto [min_threshold, max_threshold] = in ComputeTarget() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 263 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
|