Searched defs:AutoText (Results 1 – 2 of 2) sorted by relevance
161 struct AutoText { struct162 explicit AutoText(const std::string& value) in AutoText() function164 operator spv_text() { return &text; } in spv_text()165 std::string str;166 spv_text_t text;