Searched refs:Stack_Decoder (Results 1 – 2 of 2) sorted by relevance
27 class Stack_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/1, /*HAS_NONPACKED_REP…29 Stack_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in Stack_Decoder() function30 …explicit Stack_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint8_t*… in Stack_Decoder() function31 …explicit Stack_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.size)… in Stack_Decoder() function38 using Decoder = Stack_Decoder;
68 bool AddSample(const protos::pbzero::Stack_Decoder& stack,