HomeSort by relevance Sort by last modified time
    Searched defs:CFT (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/mac/
scoped_cftyperef.h 27 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 {
59 CFT get() const {
64 CFT temp = that.object_;
72 CFT release() WARN_UNUSED_RESULT
    [all...]
  /external/chromium_org/base/mac/
scoped_cftyperef.h 30 template<typename CFT>
33 typedef CFT element_type;
36 CFT object = NULL,
43 ScopedCFTypeRef(const ScopedCFTypeRef<CFT>& that)
54 ScopedCFTypeRef& operator=(const ScopedCFTypeRef<CFT>& that) {
59 void reset(CFT object = NULL,
69 bool operator==(CFT that) const {
73 bool operator!=(CFT that) const {
77 operator CFT() const {
81 CFT get() const
    [all...]

Completed in 1112 milliseconds