Searched defs:TaskProto_Decoder (Results 1 – 1 of 1) sorted by relevance
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() function