Home
last modified time | relevance | path

Searched refs:newGroupNames_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp53 groupName = info.newGroupNames_; in GetCache()
67 info.newGroupNames_ = groupName; in SetCache()
Dregexp_parser_cache.h47 CVector<CString> newGroupNames_; member
Dregexp_parser.h126 return newGroupNames_; in GetGroupNames()
275 CVector<CString> newGroupNames_; variable
Dregexp_parser.cpp572 newGroupNames_.push_back(name); in ParseAssertionCapture()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h104 return newGroupNames_; in GetGroupNames()
237 PandaVector<PandaString> newGroupNames_ {};
Dregexp_parser.cpp628 newGroupNames_.push_back(name); in ParseAssertionCapture()