HomeSort by relevance Sort by last modified time
    Searched refs:StackBstrVar (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
scoped_bstr_win_unittest.cc 78 StackBstrVar(kSourceStr, stack_bstr);
82 StackBstrVar(kSourceStrEmpty, empty);
scoped_bstr_win.h 86 // without touching the heap. Use this class via the StackBstrVar and
133 // use StackBstrVar to declare a variable.
135 // StackBstrVar(L"my_property", myprop);
138 #define StackBstrVar(str, var) \

Completed in 161 milliseconds