Lines Matching defs:text
50 spv_text text = nullptr;
52 binary->wordCount, 0, &text, nullptr));
54 spvTextDestroy(text);
83 spv_text text = nullptr;
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text,
88 spvTextDestroy(text);
166 spv_text text = nullptr;
168 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text,
174 spvTextDestroy(text);
261 spv_text text = nullptr;
263 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text,
269 spvTextDestroy(text);