Searched refs:newVal (Results 1 – 1 of 1) sorted by relevance
212 char *newVal = strndup(value, tail - head + 1); in ConstantExpression() local213 bool parseOK = base::ParseUint(newVal, &mValue); in ConstantExpression()214 free(newVal); in ConstantExpression()