Home
last modified time | relevance | path

Searched defs:elems (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.cpp32 CVector<CString> elems; in NormalizePath() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DContext.ts55 const elems = ctx.contextElems.slice(0, k); constant
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h218 std::string Helpers::AppendAll(Elements &&...elems) in AppendAll()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp43 static void Split(const PandaString &str, char delim, PandaVector<PandaString> *elems, bool skipEmp… in Split()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts293 get elems(): Map<number, SparseBitVectorElement> { method in SparseBitVector
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp393 bool IsValidModifiedUTF8(const uint8_t *elems) in IsValidModifiedUTF8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp302 bool IsValidModifiedUTF8(const uint8_t *elems) in IsValidModifiedUTF8()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp314 auto *elems = annotation_item->GetElements(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp338 auto *elems = annotationItem->GetElements(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp397 std::vector<AnnotationItem::Elem> elems; variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp221 std::vector<AnnotationItem::Elem> elems; in TEST() local