Searched refs:_pLocation (Results 1 – 1 of 1) sorted by relevance
67 void bind( void* _pLocation, const Type& _rType );68 void bind( Any* _pLocation );103 void NodeValueAccessor::bind( void* _pLocation, const Type& _rType ) in bind() argument108 pLocation = _pLocation; in bind()115 void NodeValueAccessor::bind( Any* _pLocation ) in bind() argument120 pLocation = _pLocation; in bind()121 aDataType = ::getCppuType( _pLocation ); in bind()
Completed in 13 milliseconds