Home
last modified time | relevance | path

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

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