Lines Matching refs:to_ptr
37 const char* Get##name() const { return ref().to##name.to_ptr(); } \
41 type Get##name() { return type( ref().to##name.to_ptr() ); } \
42 const type Get##name() const { return type( ref().to##name.to_ptr() ); } \
104 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
113 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
115 { return type( ref().to##name[ idx ].to_ptr() ); } \
166 return tbl_ptr[ idx ].to_ptr(); \
177 return type( tbl_ptr[ idx ].to_ptr() ); \
183 return type( tbl_ptr[ idx ].to_ptr() ); \
235 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
241 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
247 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
252 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() ); \
270 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
303 return ref().m_##name##Table[ idx ].to_ptr(); \
313 return type( ref().m_##name##Table[ idx ].to_ptr() ); \
318 return type( ref().m_##name##Table[ idx ].to_ptr() ); \