Searched refs:parsedValue (Results 1 – 2 of 2) sorted by relevance
287 { memset(&parsedValue, 0, sizeof(parsedValue)); } in Item()296 memset(&parsedValue, 0, sizeof(parsedValue)); in Item()307 parsedValue = o.parsedValue;318 Res_value parsedValue; variable
3632 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3644 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3663 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3664 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3670 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3671 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3706 par.size = htods(it.parsedValue.size); in flatten()3707 par.dataType = it.parsedValue.dataType; in flatten()3708 par.res0 = it.parsedValue.res0; in flatten()3709 par.data = htodl(it.parsedValue.data); in flatten()[all …]