Searched refs:fArrayAndCount (Results 1 – 2 of 2) sorted by relevance
196 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable()197 fValue.fArrayAndCount.fCount = count; in Formattable()228 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount; in operator =()229 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =()230 source.fValue.fArrayAndCount.fCount); in operator =()298 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) { in operator ==()303 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) { in operator ==()304 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==()340 delete[] fValue.fArrayAndCount.fArray; in dispose()579 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray()[all …]
432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray()453 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }636 } fArrayAndCount; member