InterfaceT         22 base/mac/scoped_ioplugininterface.h   typedef InterfaceT element_type;
InterfaceT         24 base/mac/scoped_ioplugininterface.h   explicit ScopedIOPluginInterface(InterfaceT object = NULL)
InterfaceT         33 base/mac/scoped_ioplugininterface.h   void reset(InterfaceT object = NULL) {
InterfaceT         39 base/mac/scoped_ioplugininterface.h   bool operator==(InterfaceT that) const {
InterfaceT         43 base/mac/scoped_ioplugininterface.h   bool operator!=(InterfaceT that) const {
InterfaceT         47 base/mac/scoped_ioplugininterface.h   operator InterfaceT() const {
InterfaceT         51 base/mac/scoped_ioplugininterface.h   InterfaceT get() const {
InterfaceT         56 base/mac/scoped_ioplugininterface.h     InterfaceT temp = that.object_;
InterfaceT         61 base/mac/scoped_ioplugininterface.h   InterfaceT release() WARN_UNUSED_RESULT {
InterfaceT         62 base/mac/scoped_ioplugininterface.h     InterfaceT temp = object_;
InterfaceT         68 base/mac/scoped_ioplugininterface.h   InterfaceT object_;