Home
last modified time | relevance | path

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

/external/chromium/base/mac/
Dscoped_cftyperef.h27 template<typename CFT>
30 typedef CFT element_type;
32 explicit ScopedCFTypeRef(CFT object = NULL)
41 void reset(CFT object = NULL) {
47 bool operator==(CFT that) const {
51 bool operator!=(CFT that) const {
55 operator CFT() const { in CFT() function
59 CFT get() const { in get()
64 CFT temp = that.object_; in swap()
72 CFT release() WARN_UNUSED_RESULT { in release()
[all …]