Lines Matching refs:to_ptr
45 const char* Get##name() const { return ref().to##name.to_ptr(); } \
49 type Get##name() { return type( ref().to##name.to_ptr() ); } \
50 const type Get##name() const { return type( ref().to##name.to_ptr() ); } \
114 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
123 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
125 { return type( ref().to##name[ idx ].to_ptr() ); } \
176 return tbl_ptr[ idx ].to_ptr(); \
187 return type( tbl_ptr[ idx ].to_ptr() ); \
193 return type( tbl_ptr[ idx ].to_ptr() ); \
245 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
251 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
257 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
262 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
267 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
272 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
280 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
313 return ref().m_##name##Table[ idx ].to_ptr(); \
323 return type( ref().m_##name##Table[ idx ].to_ptr() ); \
328 return type( ref().m_##name##Table[ idx ].to_ptr() ); \