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