Home | History | Annotate | Download | only in source

Lines Matching refs:textValue

39 /// @param[in] textValue word of text to be parsed
46 const char* textValue, uint32_t* pValue) {
47 if (textValue == nullptr) return SPV_ERROR_INVALID_TEXT;
48 size_t text_length = strlen(textValue);
50 const char* text_end = textValue + text_length;
59 const char* begin = textValue; // The left end of the current word.
240 const char* textValue,
242 return spvTextParseMaskOperand(target_env_, operandTable_, type, textValue,
246 const char* textValue,
248 return spvExtInstTableNameLookup(extInstTable_, type, textValue, extInst);