Searched refs:parsedValue (Results 1 – 2 of 2) sorted by relevance
258 { memset(&parsedValue, 0, sizeof(parsedValue)); } in Item()267 memset(&parsedValue, 0, sizeof(parsedValue)); in Item()278 parsedValue = o.parsedValue;289 Res_value parsedValue; variable
3234 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3246 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3265 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3266 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3272 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3273 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3310 par.size = htods(it.parsedValue.size); in flatten()3311 par.dataType = it.parsedValue.dataType; in flatten()3312 par.res0 = it.parsedValue.res0; in flatten()3313 par.data = htodl(it.parsedValue.data); in flatten()[all …]