Home
last modified time | relevance | path

Searched defs:ClockSnapshot_Decoder (Results 1 – 1 of 1) sorted by relevance

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc52237 class ClockSnapshot_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/2, /*HAS_NONPA… class
52239 ClockSnapshot_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in ClockSnapshot_Decoder() function in perfetto::protos::pbzero::ClockSnapshot_Decoder
52240 …explicit ClockSnapshot_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const … in ClockSnapshot_Decoder() function in perfetto::protos::pbzero::ClockSnapshot_Decoder
52241 …explicit ClockSnapshot_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, r… in ClockSnapshot_Decoder() function in perfetto::protos::pbzero::ClockSnapshot_Decoder