Home
last modified time | relevance | path

Searched refs:collection (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp58 std::set<ETSWarnings> collection; in CollectETSNolints() local
60 collection = ParseETSNolintArgs(); in CollectETSNolints()
63 collection = ParseETSNolintArgs(); in CollectETSNolints()
64 for (const auto it : collection) { in CollectETSNolints()
68 collection = ParseETSNolintArgs(); in CollectETSNolints()
70 for (const auto it : collection) { in CollectETSNolints()
76 collection = ParseETSNolintArgs(); in CollectETSNolints()
78 AddToETSNolintLinesCollection(line, collection); in CollectETSNolints()
134 void ETSNolintParser::AddToETSNolintLinesCollection(std::size_t line, const std::set<ETSWarnings> &collection) in AddToETSNolintLinesCollection() argument
138 search->second.insert(collection in AddToETSNolintLinesCollection()
[all...]
H A DETSNolintParser.h46 void AddToETSNolintLinesCollection(std::size_t line, const std::set<ETSWarnings> &collection);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp1089 #define CREATE_ITERATOR_STUB_BUILDER(name, collection, iterationKind) \
1102 newBuilder.CreateJSCollectionIterator<JS##collection##Iterator, JS##collection>(&result, &exit, obj, kind); \
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 34 milliseconds