Home
last modified time | relevance | path

Searched refs:gpstime_enc_ (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/detail/
H A Dfield_point14.cpp105 gpstime_enc_.done(); in writeSizes()
115 stream_ << gpstime_enc_.num_encoded(); in writeSizes()
139 utils::sum(gpstime_enc_.encoded_bytes(), gpstime_enc_.num_encoded()) << "\n"; in writeData()
156 if (gpstime_enc_.num_encoded()) in writeData()
157 stream_.putBytes(gpstime_enc_.encoded_bytes(), gpstime_enc_.num_encoded()); in writeData()
405 gpstime_enc_.makeValid(); in encodeGpsTime()
430 c.gpstime_compr_.compress(gpstime_enc_, in encodeGpsTime()
461 c.gpstime_compr_.compress(gpstime_enc_, in encodeGpsTime()
469 c.gpstime_compr_.compress(gpstime_enc_, in encodeGpsTime()
481 c.gpstime_compr_.compress(gpstime_enc_, in encodeGpsTime()
[all …]
H A Dfield_point14.hpp150 encoders::arithmetic<MemoryStream> gpstime_enc_ = false; member in lazperf::detail::Point14Compressor