Searched defs:empty_string (Results 1 - 6 of 6) sorted by relevance

/external/chromium/googleurl/src/
H A Dgurl.cc66 static std::string* empty_string = NULL; member in namespace:__anon2746
75 if (!empty_string) {
80 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
86 return *empty_string;
95 empty_string = new std::string;
101 return *empty_string;
H A Durl_canon.h734 static const CHAR empty_string = 0; local
735 return &empty_string;
/external/quake/quake/src/QW/client/
H A Dsys_win.c548 static char *empty_string = ""; variable
582 argv[0] = empty_string;
/external/regex-re2/util/
H A Dpcre.cc49 static const string empty_string; member in namespace:re2
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
/external/quake/quake/src/WinQuake/
H A Dsys_win.cpp688 static char *empty_string = ""; variable
722 argv[0] = empty_string;
/external/regex-re2/re2/
H A Dre2.cc48 static const string empty_string; member in namespace:re2
151 error_ = &empty_string;
167 if (error_ == &empty_string)
209 if (rprog_ == NULL && error_ == &empty_string) {
233 if (error_ != &empty_string)

Completed in 131 milliseconds