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

  /external/chromium_org/base/
move.h 102 // Foo f_copy(f); // ERROR: Foo(Foo&) is private in this context.
108 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed.
109 // f = f_copy.Pass(); // R-value so alternate conversion executed.
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
move.h 102 // Foo f_copy(f); // ERROR: Foo(Foo&) is private in this context.
108 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed.
109 // f = f_copy.Pass(); // R-value so alternate conversion executed.
  /external/chromium_org/third_party/libjingle/source/talk/base/
move.h 102 // Foo f_copy(f); // ERROR: Foo(Foo&) is private in this context.
108 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed.
109 // f = f_copy.Pass(); // R-value so alternate conversion executed.
  /external/chromium_org/third_party/webrtc/base/
move.h 108 // Foo f_copy(f); // ERROR: Foo(Foo&) is private in this context.
114 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed.
115 // f = f_copy.Pass(); // R-value so alternate conversion executed.
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
move.h 110 // Foo f_copy(f); // ERROR: Foo(Foo&) is private in this context.
116 // Foo f_copy(f.Pass()); // R-value so alternate conversion executed.
117 // f = f_copy.Pass(); // R-value so alternate conversion executed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 151 f_copy = pickle.loads(pickle.dumps(f))
152 self.assertEqual(signature(f), signature(f_copy))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 151 f_copy = pickle.loads(pickle.dumps(f))
152 self.assertEqual(signature(f), signature(f_copy))
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 1256 milliseconds