Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 5 of 5) 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
Dregexp_executor.h28 PandaVector<std::pair<bool, PandaString>> captures; member
Dregexp_8.cpp48 PandaVector<std::pair<bool, PandaString>> captures; in Execute() local
Dregexp_16.cpp48 PandaVector<std::pair<bool, PandaString>> captures; in Execute() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h29 PandaVector<std::pair<bool, T>> captures; member