Lines Matching refs:ary_cast
63 { return ary_cast<Module>(Storage()[i_nId]); } in lhf_Access_Module()
263 rOwner = ary_cast<ConstantsGroup>(Storage()[i_nOwner]); in Store_Constant()
281 rOwner = ary_cast<Service>(Storage()[i_nOwner]); in Store_Property()
299 rOwner = ary_cast<Interface>(Storage()[i_nOwner]); in Store_Function()
315 rOwner = ary_cast<SglIfcService>(Storage()[i_nOwner]); in Store_ServiceConstructor()
330 rOwner = ary_cast<Struct>(Storage()[i_nOwner]); in Store_StructMember()
346 rOwner = ary_cast<Exception>(Storage()[i_nOwner]); in Store_ExceptionMember()
362 rOwner = ary_cast<Enum>(Storage()[i_nOwner]); in Store_EnumValue()
380 rOwner = ary_cast<Interface>(Storage()[i_nOwner]); in Store_Attribute()
410 return ary_cast<Module>(Storage()[i_nId]); in Find_Module()
418 return ary_cast<Module>( & Storage()[i_nId] ); in Search_Module()
424 return ary_cast<Function>(Storage()[i_nId]); in Find_Function()
430 return ary_cast<Property>(Storage()[i_nId]); in Find_Property()
436 return ary_cast<EnumValue>(Storage()[i_nId]); in Find_EnumValue()
442 return ary_cast<Constant>(Storage()[i_nId]); in Find_Constant()
448 return ary_cast<StructElement>(Storage()[i_nId]); in Find_StructElement()