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

  /external/chromium_org/url/
gurl.cc 22 static std::string* empty_string = NULL; member in namespace:__anon21036
31 if (!empty_string) {
36 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
42 return *empty_string;
51 empty_string = new std::string;
57 return *empty_string;
url_canon.h 737 static const CHAR empty_string = 0; local
738 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 1865 const base::string16 empty_string; local
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc 940 PP_Var empty_string = CreateVarString(std::string()); local
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc 6180 std::string empty_string; \/\/ Avoid most vexing parse on line below. local
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 504 Handle<String> empty_string = local
508 empty_string, code);
767 Handle<String> name = Handle<String>(heap()->empty_string());
800 Handle<String> name = Handle<String>(heap()->empty_string());
    [all...]
runtime.cc 4155 Handle<String> empty_string = isolate->factory()->empty_string(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 21063 i::Handle<i::Object> empty_string = factory->empty_string(); local
    [all...]

Completed in 302 milliseconds