Lines Matching refs:to_ptr
43 const char* Get##name() const { return ref().to##name.to_ptr(); } \
47 type Get##name() { return type( ref().to##name.to_ptr() ); } \
48 const type Get##name() const { return type( ref().to##name.to_ptr() ); } \
112 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
121 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
123 { return type( ref().to##name[ idx ].to_ptr() ); } \
174 return tbl_ptr[ idx ].to_ptr(); \
185 return type( tbl_ptr[ idx ].to_ptr() ); \
191 return type( tbl_ptr[ idx ].to_ptr() ); \
243 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
249 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
255 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
260 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
265 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
270 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
278 ResDicType dic = ResDicType( ref().to##name##Dic.to_ptr() ); \
311 return ref().m_##name##Table[ idx ].to_ptr(); \
321 return type( ref().m_##name##Table[ idx ].to_ptr() ); \
326 return type( ref().m_##name##Table[ idx ].to_ptr() ); \