trace::Chunk
Summary
Constructors and Destructors
|
Chunk(const uint64_t *begin, size_t num_words)
|
Public functions
Chunk
Chunk(
const uint64_t *begin,
size_t num_words
)
ReadChunk
std::optional< Chunk > ReadChunk(
size_t num_words
)
ReadDouble
std::optional< double > ReadDouble()
ReadInPlace
std::optional< void const * > ReadInPlace(
size_t num_words
)
ReadInt64
std::optional< int64_t > ReadInt64()
ReadString
std::optional< std::string_view > ReadString(
size_t length
)
ReadUint64
std::optional< uint64_t > ReadUint64()
Words
std::span< const uint64_t > Words() const
current_byte_offset
uint64_t current_byte_offset() const
remaining_words
uint64_t remaining_words() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-18 UTC."],[],[],null,[]]