Searched refs:bstr2 (Results 1 – 2 of 2) sorted by relevance
65 void Swap(ScopedBstr& bstr2);89 bool operator==(const ScopedBstr& bstr2) const;90 bool operator!=(const ScopedBstr& bstr2) const;
35 void ScopedBstr::Swap(ScopedBstr& bstr2) { in Swap() argument37 bstr_ = bstr2.bstr_; in Swap()38 bstr2.bstr_ = tmp; in Swap()