Searched defs:CanProxy (Results 1 – 5 of 5) sorted by relevance
24 template<typename T> class CanProxy; variable336 CanProxy() { } in CanProxy() function339 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function
77 struct CanProxy { struct78 const CanProxy<T> *operator->() const { return nullptr; } in operator ->()
79 struct CanProxy { struct80 const CanProxy<T> *operator->() const { return nullptr; } in operator ->()