OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_empty_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
gurl.cc
78
std::string*
new_empty_string
= new std::string;
local
80
reinterpret_cast<PVOID*>(&empty_string),
new_empty_string
, NULL)) {
83
delete
new_empty_string
;
/external/chromium_org/url/
gurl.cc
34
std::string*
new_empty_string
= new std::string;
local
36
reinterpret_cast<PVOID*>(&empty_string),
new_empty_string
, NULL)) {
39
delete
new_empty_string
;
Completed in 638 milliseconds