Searched defs:InterfaceT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/mac/
H A Dscoped_ioplugininterface.h21 typedef T** InterfaceT; typedef in class:base::mac::ScopedIOPluginInterface
22 typedef InterfaceT element_type;
24 explicit ScopedIOPluginInterface(InterfaceT object = NULL)
33 void reset(InterfaceT object = NULL) {
39 bool operator==(InterfaceT that) const {
43 bool operator!=(InterfaceT that) const {
47 operator InterfaceT() const {
51 InterfaceT get() const {
56 InterfaceT temp = that.object_;
61 InterfaceT releas
[all...]

Completed in 3390 milliseconds