Searched refs:TaskFragmentProto_Decoder (Results 1 – 1 of 1) sorted by relevance
3682 class TaskFragmentProto_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/5, /*HAS_N…3684 TaskFragmentProto_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TaskFragmentProto_Decoder() function3685 …explicit TaskFragmentProto_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<co… in TaskFragmentProto_Decoder() function3686 …explicit TaskFragmentProto_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.dat… in TaskFragmentProto_Decoder() function3701 using Decoder = TaskFragmentProto_Decoder;