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

/external/chromium/base/win/
H A Dscoped_bstr.h66 void Swap(ScopedBstr& bstr2);
90 bool operator==(const ScopedBstr& bstr2) const;
91 bool operator!=(const ScopedBstr& bstr2) const;
H A Dscoped_bstr.cc35 void ScopedBstr::Swap(ScopedBstr& bstr2) { argument
37 bstr_ = bstr2.bstr_;
38 bstr2.bstr_ = tmp;
/external/chromium_org/base/win/
H A Dscoped_bstr.h65 void Swap(ScopedBstr& bstr2);
89 bool operator==(const ScopedBstr& bstr2) const;
90 bool operator!=(const ScopedBstr& bstr2) const;
H A Dscoped_bstr.cc35 void ScopedBstr::Swap(ScopedBstr& bstr2) { argument
37 bstr_ = bstr2.bstr_;
38 bstr2.bstr_ = tmp;

Completed in 108 milliseconds