HomeSort by relevance Sort by last modified time
    Searched full:naked_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/win/
scoped_comptr_unittest.cc 61 IMalloc* naked_copy = copy1.Detach(); local
62 copy1 = naked_copy; // Test the =(T*) operator.
63 naked_copy->Release();

Completed in 40 milliseconds