OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_destroy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/memory/
ref_counted_memory.cc
44
std::vector<unsigned char>*
to_destroy
) {
46
bytes->data_.swap(*
to_destroy
);
67
RefCountedString* RefCountedString::TakeString(std::string*
to_destroy
) {
69
to_destroy
->swap(self->data_);
ref_counted_memory.h
81
static RefCountedBytes* TakeVector(std::vector<unsigned char>*
to_destroy
);
107
static RefCountedString* TakeString(std::string*
to_destroy
);
/external/chromium_org/mojo/system/
channel.cc
69
IdToEndpointInfoMap
to_destroy
;
local
81
std::swap(
to_destroy
, local_id_to_endpoint_info_map_);
86
for (IdToEndpointInfoMap::iterator it =
to_destroy
.begin();
87
it !=
to_destroy
.end();
Completed in 506 milliseconds