Lines Matching refs:index
272 * Gets the enum name corresponding to the given index.
274 * @param index Index into the available names. The defined range is from 0
277 * @returns The enum name at the given index, or nil if the index is out of range.
279 - (nullable NSString *)getEnumNameForIndex:(uint32_t)index;
282 * Gets the enum text format name corresponding to the given index.
284 * @param index Index into the available names. The defined range is from 0
287 * @returns The text format name at the given index, or nil if the index is out of range.
289 - (nullable NSString *)getEnumTextFormatNameForIndex:(uint32_t)index;