Searched refs:to_destroy (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/memory/
H A Dref_counted_memory.cc29 std::vector<unsigned char>* to_destroy) {
31 bytes->data.swap(*to_destroy);
28 TakeVector( std::vector<unsigned char>* to_destroy) argument
H A Dref_counted_memory.h68 static RefCountedBytes* TakeVector(std::vector<unsigned char>* to_destroy);
/external/chromium_org/base/memory/
H A Dref_counted_memory.cc41 std::vector<unsigned char>* to_destroy) {
43 bytes->data_.swap(*to_destroy);
64 RefCountedString* RefCountedString::TakeString(std::string* to_destroy) { argument
66 to_destroy->swap(self->data_);
40 TakeVector( std::vector<unsigned char>* to_destroy) argument
H A Dref_counted_memory.h73 static RefCountedBytes* TakeVector(std::vector<unsigned char>* to_destroy);
99 static RefCountedString* TakeString(std::string* to_destroy);

Completed in 316 milliseconds