Searched defs:IsEmpty (Results 1 – 3 of 3) sorted by relevance
54 bool IsEmpty() const { return buffer_ == nullptr; } in IsEmpty() function
44 bool IsEmpty() const { return size_ == 0; } in IsEmpty() function
201 inline bool StringBuilder::IsEmpty() const { return str_.empty(); } in IsEmpty() function