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

/external/chromium_org/base/mac/
H A Dscoped_ioobject.h17 template<typename IOT>
20 typedef IOT element_type;
22 explicit ScopedIOObject(IOT object = IO_OBJECT_NULL)
31 void reset(IOT object = IO_OBJECT_NULL) {
37 bool operator==(IOT that) const {
41 bool operator!=(IOT that) const {
45 operator IOT() const {
49 IOT get() const {
54 IOT temp = that.object_;
59 IOT releas
[all...]

Completed in 76 milliseconds