Searched refs:tempIntField (Results 1 – 1 of 1) sorted by relevance
237 IntFieldHelper tempIntField; in ParseWrapperHeader() local241 if (field.Write((uint8_t*)&tempIntField, in ParseWrapperHeader()242 sizeof(tempIntField))) { in ParseWrapperHeader()243 android_compiler_version_ = tempIntField.val; in ParseWrapperHeader()247 if (field.Write((uint8_t*)&tempIntField, in ParseWrapperHeader()248 sizeof(tempIntField))) { in ParseWrapperHeader()249 android_optimization_level_ = tempIntField.val; in ParseWrapperHeader()