| 195 | inline void length(uint32 len) { str_length=len ; } |
| 196 | inline bool is_empty() const { return (str_length == 0); } |
| 197 | inline void mark_as_const() { Alloced_length= 0;} |
| 198 | inline const char *ptr() const { return Ptr; } |
| 199 | inline char *c_ptr() |
| 200 | { |
no outgoing calls
no test coverage detected