Searched refs:possibleLengthSize (Results 1 – 2 of 2) sorted by relevance
268 int possibleLengthSize = desc.getPossibleLengthCount(); in toJsArray() local269 if (possibleLengthSize > 0) { in toJsArray()271 for (int i = 0; i < possibleLengthSize; i++) { in toJsArray()
314 int possibleLengthSize = getPossibleLengthCount(); in writeExternal() local315 objectOutput.writeInt(possibleLengthSize); in writeExternal()316 for (int i = 0; i < possibleLengthSize; i++) { in writeExternal()337 int possibleLengthSize = objectInput.readInt(); in readExternal() local338 for (int i = 0; i < possibleLengthSize; i++) { in readExternal()