Searched refs:fArrayAndCount (Results 1 – 2 of 2) sorted by relevance
198 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable()199 fValue.fArrayAndCount.fCount = count; in Formattable()230 fValue.fArrayAndCount.fCount = source.fValue.fArrayAndCount.fCount; in operator =()231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray, in operator =()232 source.fValue.fArrayAndCount.fCount); in operator =()300 if (fValue.fArrayAndCount.fCount != that.fValue.fArrayAndCount.fCount) { in operator ==()305 for (i=0; i<fValue.fArrayAndCount.fCount; ++i) { in operator ==()306 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) { in operator ==()342 delete[] fValue.fArrayAndCount.fArray; in dispose()588 fValue.fArrayAndCount.fArray = createArrayCopy(array, count); in setArray()[all …]
442 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray()463 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }655 } fArrayAndCount; member