HomeSort by relevance Sort by last modified time
    Searched defs:PassAs (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
scoped_ptr.h 85 // PassAs<>() should be used to upcast return value in return statement:
89 // return result.PassAs<Foo>();
92 // Note that PassAs<>() is implemented only for scoped_ptr<T>, but not for
411 // makes it hard to write a PassAs() that understands converting the deleter
414 // Until there is a use case for PassAs() with custom deleters, just ignore
417 scoped_ptr<PassAsType> PassAs() {
  /external/chromium_org/base/memory/
scoped_ptr.h 77 // PassAs<>() should be used to upcast return value in return statement:
81 // return result.PassAs<Foo>();
84 // Note that PassAs<>() is implemented only for scoped_ptr<T>, but not for
420 // makes it hard to write a PassAs() that understands converting the deleter
423 // Until there is a use case for PassAs() with custom deleters, just ignore
426 scoped_ptr<PassAsType> PassAs() {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/
scoped_ptr.h 77 // PassAs<>() should be used to upcast return value in return statement:
81 // return result.PassAs<Foo>();
84 // Note that PassAs<>() is implemented only for scoped_ptr<T>, but not for
433 // makes it hard to write a PassAs() that understands converting the deleter
436 // Until there is a use case for PassAs() with custom deleters, just ignore
439 scoped_ptr<PassAsType> PassAs() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_ptr.h 78 // PassAs<>() should be used to upcast return value in return statement:
82 // return result.PassAs<Foo>();
85 // Note that PassAs<>() is implemented only for scoped_ptr<T>, but not for
424 // makes it hard to write a PassAs() that understands converting the deleter
427 // Until there is a use case for PassAs() with custom deleters, just ignore
430 scoped_ptr<PassAsType> PassAs() {
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 83 // PassAs<>() should be used to upcast return value in return statement:
87 // return result.PassAs<Foo>();
90 // Note that PassAs<>() is implemented only for scoped_ptr<T>, but not for
429 // makes it hard to write a PassAs() that understands converting the deleter
432 // Until there is a use case for PassAs() with custom deleters, just ignore
435 scoped_ptr<PassAsType> PassAs() {

Completed in 105 milliseconds