| 60 | | typedef FieldContainerPtrMField<FieldContainerPtr, |
|---|
| 61 | | RecordedRefCounts > MFRecFieldContainerPtr; |
|---|
| 62 | | |
|---|
| 63 | | typedef FieldContainerPtrMField<FieldContainerPtr, |
|---|
| 64 | | UnrecordedRefCounts> MFUnrecFieldContainerPtr; |
|---|
| 65 | | |
|---|
| 66 | | typedef FieldContainerPtrMField<FieldContainerPtr, |
|---|
| 67 | | WeakRefCounts > MFWeakFieldContainerPtr; |
|---|
| | 60 | typedef |
|---|
| | 61 | FieldContainerPtrMField<FieldContainerPtr, |
|---|
| | 62 | RecordedRefCountPolicy > MFRecFieldContainerPtr; |
|---|
| 70 | | FieldContainerPtrMField<FieldContainerPtr, |
|---|
| 71 | | NoRefCounts > MFUncountedFieldContainerPtr; |
|---|
| | 65 | FieldContainerPtrMField<FieldContainerPtr, |
|---|
| | 66 | UnrecordedRefCountPolicy> MFUnrecFieldContainerPtr; |
|---|
| | 67 | |
|---|
| | 68 | typedef |
|---|
| | 69 | FieldContainerPtrMField<FieldContainerPtr, |
|---|
| | 70 | WeakRefCountPolicy > MFWeakFieldContainerPtr; |
|---|
| | 71 | |
|---|
| | 72 | typedef |
|---|
| | 73 | FieldContainerPtrMField<FieldContainerPtr, |
|---|
| | 74 | NoRefCountPolicy > MFUncountedFieldContainerPtr; |
|---|