Lines Matching refs:i_sName

113                             const String &      i_sName )  in CheckIn_Module()  argument
116 Ce_id nId = rOwner.Search_Name(i_sName); in CheckIn_Module()
122 Module & ret = *new Module( i_sName, in CheckIn_Module()
130 const String & i_sName ) in Store_Service() argument
132 Service & ret = *new Service( i_sName, in Store_Service()
140 const String & i_sName, in Store_SglIfcService() argument
144 ret = *new SglIfcService( i_sName, in Store_SglIfcService()
153 const String & i_sName, in Store_Interface() argument
156 Interface & ret = *new Interface( i_sName, in Store_Interface()
166 const String & i_sName, in Store_Struct() argument
173 i_sName, in Store_Struct()
178 Struct & ret = *new Struct( i_sName, in Store_Struct()
190 const String & i_sName, in Store_Exception() argument
193 Exception & ret = *new Exception( i_sName, in Store_Exception()
202 const String & i_sName ) in Store_Enum() argument
204 Enum & ret = *new Enum( i_sName, in Store_Enum()
212 const String & i_sName, in Store_Typedef() argument
215 Typedef & ret = *new Typedef( i_sName, in Store_Typedef()
225 const String & i_sName ) in Store_ConstantsGroup() argument
227 ConstantsGroup & ret = *new ConstantsGroup( i_sName, in Store_ConstantsGroup()
235 const String & i_sName ) in Store_Singleton() argument
237 Singleton & ret = *new Singleton( i_sName, in Store_Singleton()
245 const String & i_sName, in Store_SglIfcSingleton() argument
249 ret = *new SglIfcSingleton( i_sName, in Store_SglIfcSingleton()
258 const String & i_sName, in Store_Constant() argument
264 Constant & ret = *new Constant( i_sName, in Store_Constant()
276 const String & i_sName, in Store_Property() argument
282 Property & ret = *new Property( i_sName, in Store_Property()
294 const String & i_sName, in Store_Function() argument
300 Function & ret = *new Function( i_sName, in Store_Function()
312 const String & i_sName ) in Store_ServiceConstructor() argument
316 Function & ret = *new Function( i_sName, in Store_ServiceConstructor()
326 const String & i_sName, in Store_StructMember() argument
331 StructElement & ret = *new StructElement( i_sName, in Store_StructMember()
342 const String & i_sName, in Store_ExceptionMember() argument
347 StructElement & ret = *new StructElement( i_sName, in Store_ExceptionMember()
358 const String & i_sName, in Store_EnumValue() argument
363 EnumValue & ret = *new EnumValue( i_sName, in Store_EnumValue()
374 const String & i_sName, in Store_Attribute() argument
382 Attribute & ret = *new Attribute ( i_sName, in Store_Attribute()
553 const String & i_sName, in lhf_Store_TplStruct() argument
562 Struct & ret = *new Struct( i_sName, in lhf_Store_TplStruct()