Searched refs:p_ref (Results 1 – 1 of 1) sorted by relevance
68 const Proxy<int&> p_ref{k}; in testProxy() local69 p5 = p_ref; in testProxy()103 Proxy<int&> p_ref{i}; in testProxy() local105 assert(p1 == p_ref); in testProxy()107 assert(p_ref == p1); in testProxy()109 assert(p_ref == p_ref); in testProxy()111 assert(p_ref != p_cref); in testProxy()