Searched refs:_copy (Results 1 – 4 of 4) sorted by relevance
131 macabfield *_copy = new macabfield; in copy() local132 _copy->type = fields[i]->type; in copy()133 _copy->value = fields[i]->value; in copy()134 if (_copy->value) in copy()135 CFRetain(_copy->value); in copy()136 return _copy; in copy()
68 MacabRecords::MacabRecords(const MacabRecords *_copy) in MacabRecords() argument71 recordsSize = _copy->recordsSize; in MacabRecords()72 addressBook = _copy->addressBook; in MacabRecords()73 m_sName = _copy->m_sName; in MacabRecords()
86 MacabRecords(const MacabRecords *_copy);
66 public void _copy() { in _copy() method in _XSimpleFileAccess
Completed in 26 milliseconds