Searched refs:parsedValue (Results 1 – 2 of 2) sorted by relevance
278 { memset(&parsedValue, 0, sizeof(parsedValue)); } in Item()287 memset(&parsedValue, 0, sizeof(parsedValue)); in Item()298 parsedValue = o.parsedValue;309 Res_value parsedValue; variable
3568 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3580 if (!table->stringToValue(&it.parsedValue, strings, in prepareFlatten()3599 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3600 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3606 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()3607 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data); in remapStringValue()3644 par.size = htods(it.parsedValue.size); in flatten()3645 par.dataType = it.parsedValue.dataType; in flatten()3646 par.res0 = it.parsedValue.res0; in flatten()3647 par.data = htodl(it.parsedValue.data); in flatten()[all …]