| 1402 | return {tmp, length}; |
| 1403 | } |
| 1404 | LEX_CSTRING strmake_lex_cstring(const char *str, size_t length) const |
| 1405 | { |
| 1406 | return strmake_lex_string(str, length); |
| 1407 | } |
| 1408 | LEX_CSTRING strmake_lex_cstring(const LEX_CSTRING &from) const |
| 1409 | { |
| 1410 | return strmake_lex_cstring(from.str, from.length); |
no outgoing calls
no test coverage detected