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

/external/chromium_org/url/
H A Dgurl.cc22 static std::string* empty_string = NULL; member in namespace:__anon17204
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;
H A Durl_canon.h737 static const CHAR empty_string = 0; local
738 return &empty_string;
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc54 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);
/external/pcre/dist/
H A Dpcrecpp.cc78 static const string empty_string; member in namespace:pcrecpp
90 error_ = &empty_string;
103 if (error_ != &empty_string) delete error_;
145 if (error_ == &empty_string) error_ = new string(compile_error);
/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/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1934 const base::string16 empty_string; local
1948 empty_string, gfx::Range::InvalidRange(), false);
1959 empty_string, gfx::Range::InvalidRange(), false);
1973 empty_string, gfx::Range::InvalidRange(), false);
1996 empty_string, gfx::Range::InvalidRange(), false);
/external/chromium_org/ppapi/tests/
H A Dtest_websocket.cc944 PP_Var empty_string = CreateVarString(std::string()); local
945 result = websocket_interface_->SendMessage(ws, empty_string);
959 ReleaseVar(empty_string);
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc75 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)
/external/regex-re2/re2/
H A Dre2.cc57 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)
/external/chromium_org/v8/src/
H A Dbootstrapper.cc515 Handle<String> empty_string = local
519 empty_string, code);
781 Handle<String> name = Handle<String>(heap()->empty_string());
815 Handle<String> name = Handle<String>(heap()->empty_string());
1097 JSRegExp::IRREGEXP, factory->empty_string(),
1299 factory->empty_string(), code, JS_CONTEXT_EXTENSION_OBJECT_TYPE,
1315 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1326 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1646 factory()->empty_string(), code, JS_BUILTINS_OBJECT_TYPE,
1683 Handle<JSFunction> bridge = factory()->NewFunction(factory()->empty_string());
[all...]
H A Druntime.cc3180 return isolate->heap()->empty_string();
3342 return isolate->factory()->empty_string();
4016 Handle<String> empty_string = isolate->factory()->empty_string(); local
4019 isolate, subject, regexp, empty_string, last_match_info);
4022 isolate, subject, regexp, empty_string, last_match_info);
4041 if (new_length == 0) return isolate->heap()->empty_string();
4082 if (position == 0) return isolate->heap()->empty_string();
6305 if (length == 0) return isolate->heap()->empty_string();
7254 return isolate->heap()->empty_string();
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc6206 std::string empty_string; // Avoid most vexing parse on line below. local
6207 StaticHttpUserAgentSettings settings(empty_string, empty_string);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc21154 i::Handle<i::Object> empty_string = factory->empty_string(); local
21155 CHECK(*v8::Utils::OpenHandle(*v8::String::Empty(isolate)) == *empty_string);

Completed in 354 milliseconds