Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.cpp32 CVector<CString> elems; in NormalizePath() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp119 const auto &elems = type_anno->GetElements(); in ExtractTypeInfo() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp397 bool IsValidModifiedUTF8(const uint8_t *elems) in IsValidModifiedUTF8()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp318 auto *elems = annotation_item->GetElements(); in DeduplicateAnnotationValue() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp276 std::vector<AnnotationItem::Elem> elems; variable