Lines Matching refs:to
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() ); } \
112 { return sizeof(ref().to##name) / sizeof(nw::ut::BinString); } \
114 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
116 …nst nw::ut::BinString, nw::ut::internal::ResArrayPrimitiveTraits>( &(ref().to##name[0]), Get##name…
121 { return sizeof(ref().to##name) / sizeof(nw::ut::Offset); } \
123 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
125 { return type( ref().to##name[ idx ].to_ptr() ); } \
127 …::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
129 …rnal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
153 … const type* tbl_ptr = static_cast<const type*>( ref().to##name##Table.to_table_ptr() ); \
163 { return static_cast<type*>(ref().to##name##Table.to_table_ptr()); } \
165 { return static_cast<const type*>(ref().to##name##Table.to_table_ptr()); } \
175 …const BinString* tbl_ptr = static_cast<const BinString*>( ref().to##name##Table.to_table_ptr() ); \
186 … nw::ut::Offset* tbl_ptr = static_cast<nw::ut::Offset*>( ref().to##name##Table.to_table_ptr() ); \
192 …const nw::ut::Offset* tbl_ptr = static_cast<const nw::ut::Offset*>( ref().to##name##Table.to_table…
197 …ut::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
201 …ternal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
210 return static_cast<type##Data*>( ref().to##name##Table.to_table_ptr() ); \
214 return static_cast<const type##Data*>( ref().to##name##Table.to_table_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() ); \