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

  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 237 struct CopyAndMove { // expected-note {{implicitly deleted}}
241 template void test(CopyAndMove); // ok, copies co, moves mo
242 void test2(CopyAndMove cm) {
243 (void)CopyAndMove(cm); // expected-error {{deleted}}
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 240 TEST_F(SyncableFileOperationRunnerTest, CopyAndMove) {

Completed in 238 milliseconds