Searched defs:AutoText (Results 1 – 2 of 2) sorted by relevance
138 struct AutoText { struct139 explicit AutoText(const std::string& value) in AutoText() function141 operator spv_text() { return &text; } in spv_text()142 std::string str;143 spv_text_t text;