Lines Matching refs:to

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() ); } \
102 { return sizeof(ref().to##name) / sizeof(nw::ut::BinString); } \
104 { NW_INDEX_ASSERT( name, idx ); return ref().to##name[ idx ].to_ptr(); } \
106 …nst nw::ut::BinString, nw::ut::internal::ResArrayPrimitiveTraits>( &(ref().to##name[0]), Get##name…
111 { return sizeof(ref().to##name) / sizeof(nw::ut::Offset); } \
113 { NW_INDEX_ASSERT( name, idx ); return type( ref().to##name[ idx ].to_ptr() ); } \
115 { return type( ref().to##name[ idx ].to_ptr() ); } \
117 …::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
119 …rnal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( &(ref().to##name[ 0 ]), Get##na…
143 … const type* tbl_ptr = static_cast<const type*>( ref().to##name##Table.to_table_ptr() ); \
153 { return static_cast<type*>(ref().to##name##Table.to_table_ptr()); } \
155 { return static_cast<const type*>(ref().to##name##Table.to_table_ptr()); } \
165 …const BinString* tbl_ptr = static_cast<const BinString*>( ref().to##name##Table.to_table_ptr() ); \
176 … nw::ut::Offset* tbl_ptr = static_cast<nw::ut::Offset*>( ref().to##name##Table.to_table_ptr() ); \
182 …const nw::ut::Offset* tbl_ptr = static_cast<const nw::ut::Offset*>( ref().to##name##Table.to_table…
187 …ut::internal::ResArray<type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
191 …ternal::ResArray<const type, nw::ut::internal::ResArrayClassTraits>( ref().to##name##Table.to_tabl…
200 return static_cast<type##Data*>( ref().to##name##Table.to_table_ptr() ); \
204 return static_cast<const type##Data*>( ref().to##name##Table.to_table_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() ); \