Searched refs:nextArrayValue (Results 1 – 3 of 3) sorted by relevance
203 if (arrayWrapper) nextArrayValue(); in getValue()263 while (nextArrayValue()) color.input->push(getFloat()); in getValue()270 while (nextArrayValue()) { in getValue()283 if (nextArrayValue()) val = getInt(); in getValue()285 while (nextArrayValue()) getInt(); in getValue()296 if (nextArrayValue()) val = (uint8_t)(getFloat() * 2.55f); in getValue()298 while (nextArrayValue()) getFloat(); in getValue()309 if (nextArrayValue()) val = getFloat(); in getValue()311 while (nextArrayValue()) getFloat(); in getValue()328 while (nextArrayValue()) { in getValue()[all …]
189 bool nextArrayValue();
74 bool LookaheadParserHandler::nextArrayValue() in nextArrayValue() function in LookaheadParserHandler