Home | History | Annotate | Download | only in util

Lines Matching refs:empty_string

54 static const string empty_string;
63 error_ = &empty_string;
105 if (error_ != &empty_string) delete error_;
139 if (error_ == &empty_string) error_ = new string(error);