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

/external/chromium_org/base/mac/
H A Dscoped_nsobject.h34 template<typename NST>
37 explicit scoped_nsprotocol(NST object = nil) : object_(object) {}
39 scoped_nsprotocol(const scoped_nsprotocol<NST>& that)
47 scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) {
52 void reset(NST object = nil) {
61 bool operator==(NST that) const { return object_ == that; }
62 bool operator!=(NST that) const { return object_ != that; }
64 operator NST() const {
68 NST get() const {
73 NST tem
[all...]

Completed in 150 milliseconds