Searched defs:CanProxy (Results 1 – 3 of 3) sorted by relevance
31 template<typename T> class CanProxy; variable 354 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } CanProxy() function [all...]
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 ->()