Searched refs:curValue (Results 1 – 2 of 2) sorted by relevance
265 …for (const void* curValue = opt.namedValues; curValue != opt.namedValuesEnd; curValue = (const voi… in help() local267 if (curValue != opt.namedValues) in help()269 str << getNamedValueName(curValue); in help()299 …for (const void* curValue = namedValues; curValue != namedValuesEnd; curValue = (const void*)((deU… in findNamedValueMatch() local301 if (srcStr == getNamedValueName(curValue)) in findNamedValueMatch()302 return curValue; in findNamedValueMatch()
1406 id curValue = (isRepeated ? [rawExtValue objectAtIndex:j] : rawExtValue);1416 CTYPE v = [(NSNumber *)curValue NUMSELECTOR]; \1443 [toStr appendString:([(NSNumber *)curValue boolValue] ? @"true"1448 AppendStringEscaped(curValue, toStr);1452 AppendBufferAsString((NSData *)curValue, toStr);1459 AppendTextFormatForMessage(curValue, toStr, subIndent);