Searched refs:fArrayAndCount (Results 1 – 4 of 4) sorted by relevance
199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable()200 fValue.fArrayAndCount.fCount = count; in Formattable()231 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount; in operator =()232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =()233 source.fValue.fArrayAndCount.fCount); in operator =()301 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) { in operator ==()306 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) { in operator ==()307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==()343 delete[] fValue.fArrayAndCount.fArray; in dispose()589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray()[all …]
446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray()467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }704 } fArrayAndCount; member