Searched refs:elementCount (Results 1 – 11 of 11) sorted by relevance
116 public void shift(final int elementCount) { in shift() argument117 mXCoordinates.shift(elementCount); in shift()118 mYCoordinates.shift(elementCount); in shift()119 mPointerIds.shift(elementCount); in shift()120 mTimes.shift(elementCount); in shift()
146 public void shift(final int elementCount) { in shift() argument147 System.arraycopy(mArray, elementCount, mArray, 0, mLength - elementCount); in shift()148 mLength -= elementCount; in shift()
26 …bool EndArray(SizeType elementCount) { cout << "EndArray(" << elementCount << ")" << endl; return … in EndArray()
37 bool EndArray(SizeType elementCount) { return out_.EndArray(elementCount); } in EndArray()
81 …bool EndArray(SizeType elementCount) { cout << "EndArray(" << elementCount << ")" << endl; return …114 bool EndArray(SizeType elementCount);128 …lement. Similarly, in the last call `EndArray(SizeType elementCount)`, the parameter `elementCount…432 bool EndArray(SizeType elementCount) { return out_.EndArray(elementCount); }
159 bool EndArray(SizeType elementCount = 0) {160 (void)elementCount;
533 for (SizeType elementCount = 0;;) { in ParseArray() local537 ++elementCount; in ParseArray()543 if (!handler.EndArray(elementCount)) in ParseArray()
2045 bool EndArray(SizeType elementCount) {2046 ValueType* elements = stack_.template Pop<ValueType>(elementCount);2047 stack_.template Top<ValueType>()->SetArrayRaw(elements, elementCount, GetAllocator());
235 bool EndArray(SizeType elementCount) { count_ += elementCount; return true; } in EndArray()
792 …bool EndArray(SizeType elementCount) { EXPECT_EQ(18u, step_); EXPECT_EQ(3u, elementCount); step_++… in EndArray()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...