Lines Matching defs:text
35 // the actual test text.
45 TextToBinaryTestBase() : diagnostic(nullptr), text(), binary(nullptr) {
46 char textStr[] = "substitute the text member variable with your test";
47 text = {textStr, strlen(textStr)};
61 // Compiles SPIR-V text in the given assembly syntax format, asserting
81 // Compiles SPIR-V text with the given format, asserting compilation failure.
109 // Encodes SPIR-V text into binary and then decodes the binary using
110 // given options. Returns the decoded text.
145 // Encodes SPIR-V text into binary. This is expected to succeed.
170 // Compiles SPIR-V text, asserts success, and returns the words representing
186 text.str = textString.c_str();
187 text.length = textString.size();
205 spv_text_t text;