Searched refs:TaskProto_Decoder (Results 1 – 1 of 1) sorted by relevance
3799 class TaskProto_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/31, /*HAS_NONPACKE…3801 TaskProto_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TaskProto_Decoder() function3802 …explicit TaskProto_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint… in TaskProto_Decoder() function3803 …explicit TaskProto_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.s… in TaskProto_Decoder() function3868 using Decoder = TaskProto_Decoder;