Lines Matching refs:to
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() ); } \
110 { return sizeof(ref().to##name) / sizeof(nw::ut::BinString); } \
112 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
114 …nst nw::ut::BinString, nw::ut::internal::ResArrayPrimitiveTraits>( &(ref().to##name[0]), Get##name…
119 { return sizeof(ref().to##name) / sizeof(nw::ut::Offset); } \
121 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
123 { return type( ref().to##name[ idx ].to_ptr() ); } \
125 …::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
127 …rnal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
151 … const type* tbl_ptr = static_cast<const type*>( ref().to##name##Table.to_table_ptr() ); \
161 { return static_cast<type*>(ref().to##name##Table.to_table_ptr()); } \
163 { return static_cast<const type*>(ref().to##name##Table.to_table_ptr()); } \
173 …const BinString* tbl_ptr = static_cast<const BinString*>( ref().to##name##Table.to_table_ptr() ); \
184 … nw::ut::Offset* tbl_ptr = static_cast<nw::ut::Offset*>( ref().to##name##Table.to_table_ptr() ); \
190 …const nw::ut::Offset* tbl_ptr = static_cast<const nw::ut::Offset*>( ref().to##name##Table.to_table…
195 …ut::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
199 …ternal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
208 return static_cast<type##Data*>( ref().to##name##Table.to_table_ptr() ); \
212 return static_cast<const type##Data*>( ref().to##name##Table.to_table_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() ); \