Searched defs:AllowConstAssign (Results 1 – 3 of 3) sorted by relevance
22 struct AllowConstAssign { struct23 AllowConstAssign() {} in AllowConstAssign() function24 AllowConstAssign(AllowConstAssign const&) {} in AllowConstAssign() argument25 AllowConstAssign const& operator=(AllowConstAssign const&) const { in operator =() argument
23 struct AllowConstAssign { struct24 AllowConstAssign(AllowConstAssign const&) {} in AllowConstAssign() function25 AllowConstAssign const& operator=(AllowConstAssign const&) const { in operator =() argument
25 struct AllowConstAssign { struct26 AllowConstAssign(AllowConstAssign const&) {} in AllowConstAssign() argument27 AllowConstAssign const& operator=(AllowConstAssign const&) const { in operator =() argument