HomeSort by relevance Sort by last modified time
    Searched defs:empty_string (Results 1 - 12 of 12) sorted by null

  /external/chromium/googleurl/src/
gurl.cc 66 static std::string* empty_string = NULL; member in namespace:__anon5316
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;
url_canon.h 734 static const CHAR empty_string = 0; local
735 return &empty_string;
    [all...]
  /external/chromium_org/url/
gurl.cc 41 static std::string* empty_string = NULL; member in namespace:__anon16987
50 if (!empty_string) {
55 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
61 return *empty_string;
70 empty_string = new std::string;
76 return *empty_string;
url_canon.h 739 static const CHAR empty_string = 0; local
740 return &empty_string;
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 54 static const string empty_string; member in namespace:re2
63 error_ = &empty_string;
105 if (error_ != &empty_string) delete error_;
139 if (error_ == &empty_string) error_ = new string(error);
    [all...]
  /external/regex-re2/util/
pcre.cc 49 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);
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 75 static const string *empty_string; member in namespace:re2
81 if (empty_string == NULL) {
82 empty_string = new string;
195 error_ = empty_string;
211 if (error_ == empty_string)
253 if (rprog_ == NULL && error_ == empty_string) {
274 if (error_ != empty_string)
    [all...]
  /external/regex-re2/re2/
re2.cc 57 static const string *empty_string; member in namespace:re2
63 if (empty_string == NULL) {
64 empty_string = new string;
177 error_ = empty_string;
193 if (error_ == empty_string)
235 if (rprog_ == NULL && error_ == empty_string) {
256 if (error_ != empty_string)
    [all...]
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 1756 const string16 empty_string = UTF8ToUTF16(""); local
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc 941 PP_Var empty_string = CreateVarString(std::string()); local
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 499 Handle<String> empty_string = local
502 factory->NewFunctionWithoutPrototype(empty_string, CLASSIC_MODE);
728 Handle<String> name = Handle<String>(heap()->empty_string());
762 Handle<String> name = Handle<String>(heap()->empty_string());
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 19484 i::Handle<i::Object> empty_string = factory->empty_string(); local
    [all...]

Completed in 372 milliseconds