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

1 2 3 4

  /external/chromium_org/tools/clang/empty_string/
Makefile 10 TOOLNAME = empty_string
  /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/v8/src/
func-name-inferrer.cc 72 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
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...]
json-stringifier.h 97 return Serialize_<false>(obj, false, factory_->empty_string());
260 factory_->ToObject(factory_->empty_string()));
stub-cache.cc 245 Handle<Name> cache_name = factory()->empty_string();
    [all...]
  /external/v8/src/
func-name-inferrer.cc 71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
cpu-profiler.cc 364 isolate->heap()->empty_string(),
380 isolate->heap()->empty_string(),
json-parser.h 560 return Handle<String>(isolate()->heap()->empty_string());
  /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/ppapi/tests/
test_var.cc 98 pp::Var empty_string("");
100 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
test_var_deprecated.cc 140 pp::Var empty_string("");
142 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
  /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/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /external/chromium_org/content/renderer/
render_view_browsertest.cc 1756 const string16 empty_string = UTF8ToUTF16(""); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 315 Handle<Script> script = factory->NewScript(factory->empty_string());
  /external/v8/test/cctest/
test-compiler.cc 323 Handle<Script> script = FACTORY->NewScript(FACTORY->empty_string());

Completed in 769 milliseconds

1 2 3 4