Searched defs:PipelineExecutableInternalRepresentation (Results 1 – 1 of 1) sorted by relevance
347 struct PipelineExecutableInternalRepresentation struct349 …PipelineExecutableInternalRepresentation(std::string name_, std::string description_, bool isText_, in PipelineExecutableInternalRepresentation() argument363 const std::string name;364 const std::string description;366 bool isText(void) const in isText()370 const std::string &getText(void) const in getText()375 const std::vector<uint8_t> &getBytes(void) const in getBytes()382 const bool m_isText;383 std::string m_text;384 std::vector<uint8_t> m_bytes;