Lines Matching refs:Storage

63     { return ary_cast<Module>(Storage()[i_nId]); }  in lhf_Access_Module()
68 Storage().Store_Entity(pass_io_rCe); in lhf_Put2Storage_and_AssignId()
99 Storage().Set_Reserved( in CeAdmin()
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()
403 return Storage()[i_nId]; in Find_Ce()
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()
473 pCe = & Storage()[pCe->Owner()]; in Get_Text()
476 pCe = & Storage()[pCe->NameRoom()]; in Get_Text()
510 itEnd = Storage().End(); in Get_AlphabeticalIndex()
511 for ( idl::Ce_Storage::c_iter it = Storage().BeginUnreserved(); in Get_AlphabeticalIndex()
535 return Storage()[i_nId]; in Find_Ce()
545 rParent = Storage()[i_ce.NameRoom()]; in get_ModuleText()