Home
last modified time | relevance | path

Searched defs:scoped_nsobject (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/darwin/
Dscoped_nsobject.h116 scoped_nsobject(const scoped_nsobject<NST>& that) : scoped_nsprotocol<NST*>(that) {} in scoped_nsobject() function
119 scoped_nsobject(const scoped_nsobject<NSU>& that) : scoped_nsprotocol<NST*>(that) {} in scoped_nsobject() function
133 scoped_nsobject(const scoped_nsobject<id>& that) : scoped_nsprotocol<id>(that) {} in scoped_nsobject() function
136 scoped_nsobject(const scoped_nsobject<NSU>& that) : scoped_nsprotocol<id>(that) {} in scoped_nsobject() function