Searched refs:nodeLength (Results 1 – 6 of 6) sorted by relevance
31 int nodeLength = doubleList->Length(); in Insert() local32 if (index < 0 || index > nodeLength) { in Insert()34 oss << "The value of \"index\" is out of range. It must be >= 0 && <= " << nodeLength in Insert()73 int nodeLength = doubleList->Length(); in RemoveFirst() local74 if (nodeLength <= 0) { in RemoveFirst()84 int nodeLength = doubleList->Length(); in RemoveLast() local85 if (nodeLength <= 0) { in RemoveLast()95 int nodeLength = doubleList->Length(); in RemoveByIndex() local96 if (index < 0 || index >= nodeLength) { in RemoveByIndex()97 int size = (nodeLength > 0) ? (nodeLength - 1) : 0; in RemoveByIndex()[all …]
60 int nodeLength = singleList->Length(); in Insert() local61 if (index < 0 || index > nodeLength) { in Insert()63 oss << "The value of \"index\" is out of range. It must be >= 0 && <= " << nodeLength in Insert()77 int nodeLength = singleList->Length(); in Set() local78 if (index < 0 || index >= nodeLength) { in Set()80 oss << "The value of \"index\" is out of range. It must be >= 0 && <= " << (nodeLength - 1) in Set()104 int nodeLength = singleList->Length(); in Get() local105 if (index < 0 || index >= nodeLength) { in Get()134 int nodeLength = singleList->Length(); in RemoveByIndex() local135 if (index < 0 || index >= nodeLength) { in RemoveByIndex()[all …]
73 uint32_t nodeLength = GetSize(); in Clear() local74 if (nodeLength > 0) { in Clear()
204 uint32_t nodeLength = GetSize(); in Clear() local205 if (nodeLength > 0) { in Clear()
85 int nodeLength = list->NumberOfNodes(); in AddNode() local86 …int finalDataIndex = ELEMENTS_START_INDEX + (nodeLength + 1 + deleteNodeLength) * Derived::ENTRY_S… in AddNode()89 if (index == -1 || nodeLength == index) { in AddNode()636 int nodeLength = taggedList->NumberOfNodes(); in Set() local637 if (index < 0 || index >= nodeLength) { in Set()
41 uint32_t nodeLength = GetLength(); in GetNode() local42 JSTaggedValue nodeValue = Get(((nodeLength - 1) & hash)); in GetNode()