Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h77 bool isEmpty = (localHead == localTail); in IsEmpty() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h111 bool isEmpty = (usedSlots_ == 0); in IsEmpty() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp241 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp235 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp181 JSTaggedValue isEmpty = hashSet->IsEmpty(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp1356 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
1369 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp689 Label isEmpty(env); in NewTaggedArray() local
729 Label isEmpty(env); in NewMutantTaggedArray() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument