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

/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h69 empty_string = Add("");
87 Label empty_string; member in class:google_breakpad::synth_elf::StringTable
/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/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/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/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 297 milliseconds