Searched refs:longMapSize (Results 1 – 1 of 1) sorted by relevance
538 final int longMapSize = null == longMap ? 0 : longMap.size(); in writeKeyValuePairs() local541 final int totalCount = intMapSize + longMapSize + stringMapSize + floatMapSize; in writeKeyValuePairs()557 for (int i = 0; i < longMapSize; i++) { in writeKeyValuePairs()