Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dexec.h39 decltype(auto) Exec(Args... args) in decltype() argument
46 decltype(auto) ExecNoWait(Args... args) in decltype() argument
53 decltype(auto) ExecWithCallback(Callback callback, Args... args) in decltype() argument
60 decltype(auto) ExecWithCallbackNoWait(Callback callback, Args... args) in decltype() argument
/arkcompiler/toolchain/tooling/static/debugger/
Ddebug_info_cache.cpp115 [](auto, auto &) { return true; }, in GetContinueToLocations() argument
116 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
117 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
151 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument
152 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
156 auto &entry, auto /* next */) { in GetBreakpointLocations()
174auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument
182 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument
183 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
190 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebug_info_cache.cpp117 [](auto, auto &) { return true; }, in GetContinueToLocations() argument
118 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
119 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
153 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument
154 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
158 auto &entry, auto /* next */) { in GetBreakpointLocations()
176auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument
184 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument
185 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
192 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
[all …]
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp265 server_.OnCall("Debugger.enable", [handler = std::move(handler)](auto, auto &) { in OnCallDebuggerEnable() argument
276 … [this, handler = std::move(handler)](auto &, const JsonObject &params) -> Server::MethodResponse { in OnCallDebuggerGetPossibleBreakpoints() argument
316 [this, handler = std::move(handler)](auto &, auto &params) -> Server::MethodResponse { in OnCallDebuggerGetScriptSource() argument
331 server_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerPause() argument
424 … server_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerResume() argument
677 …server_.OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepInto() argument
686 … server_.OnCall("Debugger.stepOut", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOut() argument
695 …server_.OnCall("Debugger.stepOver", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOver() argument
781 … server_.OnCall("Debugger.disable", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerDisable() argument
790 …OnCall("Debugger.clientDisconnect", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerClientDisconnect() argument
[all …]
Dinspector.cpp216 [](auto &, auto &, auto) {}, in ThreadStart() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp265 server_.OnCall("Debugger.enable", [handler = std::move(handler)](auto, auto &) { in OnCallDebuggerEnable() argument
276 … [this, handler = std::move(handler)](auto &, const JsonObject &params) -> Server::MethodResponse { in OnCallDebuggerGetPossibleBreakpoints() argument
316 [this, handler = std::move(handler)](auto &, auto &params) -> Server::MethodResponse { in OnCallDebuggerGetScriptSource() argument
331 server_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerPause() argument
424 … server_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerResume() argument
677 …server_.OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepInto() argument
686 … server_.OnCall("Debugger.stepOut", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOut() argument
695 …server_.OnCall("Debugger.stepOver", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOver() argument
781 … server_.OnCall("Debugger.disable", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerDisable() argument
790 …OnCall("Debugger.clientDisconnect", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerClientDisconnect() argument
[all …]
Dinspector.cpp210 [](auto &, auto &, auto) {}, in ThreadStart() argument
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h29 decltype(auto) Exec(Args... args) in decltype() argument
/arkcompiler/ets_runtime/test/jittest/create_arguments/
Dcreate_arguments.ts20 const auto = new Car('Honda', 'Accord', 1998); constant
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server_endpoint.cpp21 endpoint_.SetValidateConnectionCallback([this](auto) { in OhosWsServerEndpoint() argument
/arkcompiler/toolchain/tooling/static/connection/ohos_ws/
Dohos_ws_server_endpoint.cpp22 endpoint_->SetValidateConnectionCallback([this](auto) { in OhosWsServerEndpoint() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsession_manager.cpp87 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
94 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
Ddebug_info_cache.cpp195 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
/arkcompiler/toolchain/tooling/static/tests/
Dsession_manager.cpp87 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
94 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
Ddebug_info_cache.cpp195 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DinheritanceResolution.cpp128 [this, superClass, cda](auto, auto *program, auto, auto name) { in ResolveInheritanceChainImpl() argument
/arkcompiler/toolchain/tooling/dynamic/test/client_utils/
Dtest_util.cpp29 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anonb852e75d0102() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp211 const auto [init, target] = GetAssignmentTarget(propExpr); in GenObjectWithRest() local
255 const auto [init, target] = GetAssignmentTarget(propExpr); in GenObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.cpp111 const auto [spill_info, origin_type] = spiller_->New(); in Spill() local
157 const auto [indices_valid, limit] = RegIndicesValid(ins, registers); in Run() local
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dast_verifier_test.h183 const auto [_, action] = (*inv)(child); variable
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp396 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument
DdebugInfoStorage.cpp68 …cda.EnumerateAnnotation(ANNOTATION_MODULE.data(), [&isModule](auto &) { return (isModule = true); … in LoadFileDebugInfo() argument
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlPluralRules.cpp128 …const auto [localeStr, typeStr, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, in IcuPluralSelect() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h283 decltype(auto) visitImpl(Fn&& fn) in decltype() argument
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp291 …std::accumulate(readers_.begin(), readers_.end(), (size_t)0, [](size_t c, const auto &) { return c… in Read()

12