| 3720 | LEX_CSTRING(lcs) |
| 3721 | { } |
| 3722 | const char *ptr() const { return LEX_CSTRING::str; } |
| 3723 | uint length() const { return (uint) LEX_CSTRING::length; } |
| 3724 | const LEX_CSTRING &lex_cstring() const { return *this; } |
| 3725 | bool eq(const LEX_CSTRING &other) const |
no outgoing calls
no test coverage detected