Searched refs:rxConfig (Results 1 – 2 of 2) sorted by relevance
2132 void ObjectBase::construct( const ConfigRef& rxConfig ) in construct() argument2134 mxConfig = rxConfig; in construct()2157 void ObjectBase::reconstructConfig( const ConfigRef& rxConfig ) in reconstructConfig() argument2159 if( isValid( rxConfig ) ) in reconstructConfig()2160 mxConfig = rxConfig; in reconstructConfig()3165 void DumperBase::construct( const ConfigRef& rxConfig ) in construct() argument3167 if( isValid( rxConfig ) && rxConfig->isDumperEnabled() ) in construct()3168 ObjectBase::construct( rxConfig ); in construct()
1286 void construct( const ConfigRef& rxConfig );1294 void reconstructConfig( const ConfigRef& rxConfig );1979 void construct( const ConfigRef& rxConfig );
Completed in 50 milliseconds