Lines Matching refs:subscript
348 Objective-C supports two kinds of subscript expressions: *array-style*
349 subscript expressions use integer typed subscripts; *dictionary-style*
350 subscript expressions use Objective-C object pointer typed subscripts.
351 Each type of subscript expression is mapped to a message send using a
355 the type of the subscript, an object can be subscripted using both array
361 When the subscript operand has an integral type, the expression is
416 When the subscript operand has an Objective-C object pointer type, the
420 subscript operand, as in the following example:
434 subscript:
454 An Objective-C subscript expression occurs when the base operand of the
455 C subscript operator has an Objective-C object pointer type. Since this
466 An Objective-C object subscript expression is always an l-value. If the
474 address of a subscript expression, or (in C++) to bind a reference to