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