Searched refs:hasTimestamps (Results 1 – 1 of 1) sorted by relevance
293 const int32_t hasTimestamps = timestamps.has_value() ? 1 : 0; in flatten() local294 FlattenableUtils::write(buffer, size, hasTimestamps); in flatten()316 int32_t hasTimestamps = 0; in unflatten() local317 FlattenableUtils::read(buffer, size, hasTimestamps); in unflatten()318 if (hasTimestamps) { in unflatten()