Lines Matching refs:ret

122     Module & ret = *new Module( i_sName,  in CheckIn_Module()  local
124 lhf_Store_NewEntity(ret, rOwner); in CheckIn_Module()
125 return ret; in CheckIn_Module()
132 Service & ret = *new Service( i_sName, in Store_Service() local
134 lhf_Store_NewEntity(ret, i_nOwner); in Store_Service()
135 return ret; in Store_Service()
144 ret = *new SglIfcService( i_sName, in Store_SglIfcService() local
147 lhf_Store_NewEntity(ret, i_nOwner); in Store_SglIfcService()
148 return ret; in Store_SglIfcService()
156 Interface & ret = *new Interface( i_sName, in Store_Interface() local
158 lhf_Store_NewEntity(ret, i_nOwner); in Store_Interface()
160 ret.Add_Base(i_nBase, 0); in Store_Interface()
161 return ret; in Store_Interface()
178 Struct & ret = *new Struct( i_sName, in Store_Struct() local
183 lhf_Store_NewEntity(ret, i_nOwner); in Store_Struct()
185 return ret; in Store_Struct()
193 Exception & ret = *new Exception( i_sName, in Store_Exception() local
196 lhf_Store_NewEntity(ret, i_nOwner); in Store_Exception()
197 return ret; in Store_Exception()
204 Enum & ret = *new Enum( i_sName, in Store_Enum() local
206 lhf_Store_NewEntity(ret, i_nOwner); in Store_Enum()
207 return ret; in Store_Enum()
215 Typedef & ret = *new Typedef( i_sName, in Store_Typedef() local
218 lhf_Store_NewEntity(ret, i_nOwner); in Store_Typedef()
219 return ret; in Store_Typedef()
227 ConstantsGroup & ret = *new ConstantsGroup( i_sName, in Store_ConstantsGroup() local
229 lhf_Store_NewEntity(ret, i_nOwner); in Store_ConstantsGroup()
230 return ret; in Store_ConstantsGroup()
237 Singleton & ret = *new Singleton( i_sName, in Store_Singleton() local
239 lhf_Store_NewEntity(ret, i_nOwner); in Store_Singleton()
240 return ret; in Store_Singleton()
249 ret = *new SglIfcSingleton( i_sName, in Store_SglIfcSingleton() local
252 lhf_Store_NewEntity(ret, i_nOwner); in Store_SglIfcSingleton()
253 return ret; in Store_SglIfcSingleton()
264 Constant & ret = *new Constant( i_sName, in Store_Constant() local
269 lhf_Put2Storage_and_AssignId(ret); in Store_Constant()
270 rOwner.Add_Constant(ret.CeId()); in Store_Constant()
271 return ret; in Store_Constant()
282 Property & ret = *new Property( i_sName, in Store_Property() local
287 lhf_Put2Storage_and_AssignId(ret); in Store_Property()
288 rOwner.Add_Property(ret.CeId()); in Store_Property()
289 return ret; in Store_Property()
300 Function & ret = *new Function( i_sName, in Store_Function() local
305 lhf_Put2Storage_and_AssignId(ret); in Store_Function()
306 rOwner.Add_Function(ret.CeId()); in Store_Function()
307 return ret; in Store_Function()
316 Function & ret = *new Function( i_sName, in Store_ServiceConstructor() local
319 lhf_Put2Storage_and_AssignId(ret); in Store_ServiceConstructor()
320 rOwner.Add_Constructor(ret.CeId()); in Store_ServiceConstructor()
321 return ret; in Store_ServiceConstructor()
331 StructElement & ret = *new StructElement( i_sName, in Store_StructMember() local
335 lhf_Put2Storage_and_AssignId(ret); in Store_StructMember()
336 rOwner.Add_Member(ret.CeId()); in Store_StructMember()
337 return ret; in Store_StructMember()
347 StructElement & ret = *new StructElement( i_sName, in Store_ExceptionMember() local
351 lhf_Put2Storage_and_AssignId(ret); in Store_ExceptionMember()
352 rOwner.Add_Member(ret.CeId()); in Store_ExceptionMember()
353 return ret; in Store_ExceptionMember()
363 EnumValue & ret = *new EnumValue( i_sName, in Store_EnumValue() local
367 lhf_Put2Storage_and_AssignId(ret); in Store_EnumValue()
368 rOwner.Add_Value(ret.CeId()); in Store_EnumValue()
369 return ret; in Store_EnumValue()
382 Attribute & ret = *new Attribute ( i_sName, in Store_Attribute() local
388 lhf_Put2Storage_and_AssignId(ret); in Store_Attribute()
389 rOwner.Add_Attribute(ret.CeId()); in Store_Attribute()
390 return ret; in Store_Attribute()
562 Struct & ret = *new Struct( i_sName, in lhf_Store_TplStruct() local
567 lhf_Store_NewEntity(ret, i_nOwner); in lhf_Store_TplStruct()
568 rTpt.Set_StructId(ret.CeId()); in lhf_Store_TplStruct()
570 return ret; in lhf_Store_TplStruct()