Home
last modified time | relevance | path

Searched defs:newBitSetVector (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_iterator_test.cpp79 auto *newBitSetVector = new std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>>(); in CreateBitVector() local
H A Djs_api_bitvector_test.cpp97 auto *newBitSetVector = new std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>>(); in CreateBitVector() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.cpp50 auto* newBitSetVector = new std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>>(); in BitVectorConstructor() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp4537 auto *newBitSetVector = new std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>>(); in NewJSAPIBitVector() local

Completed in 13 milliseconds