Home | History | Annotate | Download | only in docs

Lines Matching full:subscript

312 Objective-C supports two kinds of subscript expressions: *array-style*
313 subscript expressions use integer typed subscripts; *dictionary-style*
314 subscript expressions use Objective-C object pointer typed subscripts.
315 Each type of subscript expression is mapped to a message send using a
319 the type of the subscript, an object can be subscripted using both array
325 When the subscript operand has an integral type, the expression is
380 When the subscript operand has an Objective-C object pointer type, the
384 subscript operand, as in the following example:
398 subscript:
418 An Objective-C subscript expression occurs when the base operand of the
419 C subscript operator has an Objective-C object pointer type. Since this
430 An Objective-C object subscript expression is always an l-value. If the
438 address of a subscript expression, or (in C++) to bind a reference to