Home
last modified time | relevance | path

Searched refs:scoped_nsprotocol (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/mac/
Dscoped_nsobject.h82 class scoped_nsprotocol
88 explicit scoped_nsprotocol(
93 explicit scoped_nsprotocol(NST object = Traits::InvalidValue())
97 scoped_nsprotocol(const scoped_nsprotocol<NST>& that) in scoped_nsprotocol() function
101 explicit scoped_nsprotocol(const scoped_nsprotocol<NSR>& that_as_subclass) in scoped_nsprotocol() function
104 scoped_nsprotocol(scoped_nsprotocol<NST>&& that) in scoped_nsprotocol() function
107 scoped_nsprotocol& operator=(const scoped_nsprotocol<NST>& that) {
132 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { in swap()
137 bool operator==(C p1, const scoped_nsprotocol<C>& p2) {
142 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) {
[all …]