Searched refs:bstr2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dscoped_bstr_win.cc33 void ScopedBstr::Swap(ScopedBstr& bstr2) { argument
35 bstr_ = bstr2.bstr_;
36 bstr2.bstr_ = tmp;
H A Dscoped_bstr_win.h56 void Swap(ScopedBstr& bstr2);
80 bool operator==(const ScopedBstr& bstr2) const;
81 bool operator!=(const ScopedBstr& bstr2) const;

Completed in 70 milliseconds