Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp_executor.cpp35 void RegExpExecutor::HandleCaptures(PandaVector<std::pair<bool, PandaString>> &captures, in HandleCaptures()
64 PandaVector<std::pair<bool, PandaString>> captures; in GetResult() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h29 PandaVector<std::pair<bool, T>> captures; member