Searched defs:PipelineExecutableInternalRepresentation (Results 1 – 1 of 1) sorted by relevance
338 struct PipelineExecutableInternalRepresentation struct340 …PipelineExecutableInternalRepresentation(std::string name_, std::string description_, bool isText_, in PipelineExecutableInternalRepresentation() argument354 const std::string name;355 const std::string description;357 bool isText(void) const in isText()361 const std::string &getText(void) const in getText()366 const std::vector<uint8_t> &getBytes(void) const in getBytes()373 const bool m_isText;374 std::string m_text;375 std::vector<uint8_t> m_bytes;