HomeSort by relevance Sort by last modified time
    Searched refs:empty_string (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/tools/clang/empty_string/
Makefile 10 TOOLNAME = empty_string
  /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/v8/src/
func-name-inferrer.cc 51 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
stub-cache.cc 306 Handle<String> name(isolate_->heap()->empty_string());
342 &types, &handlers, factory()->empty_string(), Code::NORMAL, ELEMENT);
401 primary_[i].key = heap()->empty_string();
406 secondary_[j].key = heap()->empty_string();
    [all...]
json-stringifier.h 78 return Serialize_<false>(obj, false, factory_->empty_string());
245 Object::ToObject(isolate, factory_->empty_string()).ToHandleChecked());
719 set_accumulator(factory_->empty_string());
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...]
execution.cc 643 return isolate->factory()->empty_string();
factory.cc 570 if (length <= 0) return empty_string();
    [all...]
json-parser.h 687 return factory()->empty_string();
compiler.cc 834 : isolate->factory()->empty_string();
    [all...]
objects-debug.cc 497 CHECK(this->second() == GetHeap()->empty_string() ||
    [all...]
isolate.cc 294 return factory()->empty_string();
298 return factory()->empty_string();
    [all...]
  /external/chromium_org/ppapi/tests/
test_var.cc 97 pp::Var empty_string("");
99 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
test_var_deprecated.cc 139 pp::Var empty_string("");
141 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
test_websocket.cc 940 PP_Var empty_string = CreateVarString(std::string()); local
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ggc.h 29 extern const char empty_string[]; /* empty string */
  /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/content/browser/accessibility/
browser_accessibility.cc 500 CR_DEFINE_STATIC_LOCAL(std::string, empty_string, ());
506 return empty_string;
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 1865 const base::string16 empty_string; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 258 Handle<Script> script = factory->NewScript(factory->empty_string());
  /external/chromium_org/v8/src/x87/
codegen-x87.cc 503 Immediate(factory->empty_string()));

Completed in 859 milliseconds

1 2 3