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

  /external/google-breakpad/src/common/linux/
synth_elf.h 69 empty_string = Add("");
87 Label empty_string; member in class:google_breakpad::synth_elf::StringTable
  /external/v8/test/cctest/
test-field-type-tracking.cc 61 Handle<String> empty_string = factory->empty_string(); local
63 Handle<JSFunction> func = factory->NewFunction(empty_string);
67 Handle<JSFunction> func = factory->NewFunction(empty_string);
    [all...]
test-api.cc 21633 i::Handle<i::Object> empty_string = factory->empty_string(); local
    [all...]
  /external/pcre/dist/
pcrecpp.cc 78 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/
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/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...]
  /system/connectivity/shill/
service_unittest.cc 1572 const string empty_string; local
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 486 milliseconds