Lines Matching refs:CFMutableArrayRef
13 CFCMutableArray::CFCMutableArray(CFMutableArrayRef s) in CFCMutableArray()
14 : CFCReleaser<CFMutableArrayRef>(s) {} in CFCMutableArray()
18 : CFCReleaser<CFMutableArrayRef>(rhs) // NOTE: this won't make a copy of the in CFCMutableArray()
35 CFMutableArrayRef array = get(); in GetCount()
43 CFMutableArrayRef array = get(); in GetCountOfValue()
50 CFMutableArrayRef array = get(); in GetCountOfValue()
57 CFMutableArrayRef array = get(); in GetValueAtIndex()
68 CFMutableArrayRef array = get(); in SetValueAtIndex()
80 CFMutableArrayRef array = get(); in AppendValue()
98 CFMutableArrayRef array = get(); in AppendCStringAsCFString()
116 CFMutableArrayRef array = get(); in AppendFileSystemRepresentationAsCFString()