Home | History | Annotate | Download | only in base

Lines Matching refs:ntype

71       CFNumberType ntype = CFNumberGetType(cfn);
72 switch (ntype) {
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntype,
107 converted = CFNumberGetValue(cfn, ntype,
113 converted = CFNumberGetValue(cfn, ntype,
119 converted = CFNumberGetValue(cfn, ntype,
125 converted = CFNumberGetValue(cfn, ntype,
131 converted = CFNumberGetValue(cfn, ntype,
137 converted = CFNumberGetValue(cfn, ntype,
143 converted = CFNumberGetValue(cfn, ntype,
149 converted = CFNumberGetValue(cfn, ntype,