Home | History | Annotate | Download | only in util

Lines Matching refs:empty_string

49 static const string empty_string;
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);