OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:empty_string
(Results
1 - 13
of
13
) sorted by null
/external/chromium/googleurl/src/
gurl.cc
66
static std::string*
empty_string
= NULL;
member in namespace:__anon5319
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/url/
gurl.cc
22
static std::string*
empty_string
= NULL;
member in namespace:__anon17914
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
739
static const CHAR
empty_string
= 0;
local
740
return &
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
...]
/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/content/renderer/
render_view_browsertest.cc
1835
const base::string16
empty_string
= UTF8ToUTF16("");
local
[
all
...]
/external/chromium_org/ppapi/tests/
test_websocket.cc
940
PP_Var
empty_string
= CreateVarString(std::string());
local
[
all
...]
/external/chromium_org/v8/src/
bootstrapper.cc
486
Handle<String>
empty_string
=
local
489
factory->NewFunctionWithoutPrototype(
empty_string
, CLASSIC_MODE);
715
Handle<String> name = Handle<String>(heap()->
empty_string
());
749
Handle<String> name = Handle<String>(heap()->
empty_string
());
[
all
...]
/external/chromium_org/net/url_request/
url_request_unittest.cc
5710
std::string
empty_string
; \/\/ Avoid most vexing parse on line below.
local
[
all
...]
/external/chromium_org/v8/test/cctest/
test-api.cc
20062
i::Handle<i::Object>
empty_string
= factory->
empty_string
();
local
[
all
...]
Completed in 514 milliseconds