Returns the length of the encapsulated string, or 0 if the string is NULL.
| 3118 | // Returns the length of the encapsulated string, or 0 if the |
| 3119 | // string is NULL. |
| 3120 | size_t length() const { return length_; } |
| 3121 | |
| 3122 | // Gets the 0-terminated C string this String object represents. |
| 3123 | // The String object still owns the string. Therefore the caller |