Home
last modified time | relevance | path

Searched refs:_pReflection (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/stoc/source/corereflection/
H A Dcrbase.cxx58 : _pReflection( pReflection ) in IdlClassImpl()
63 if (_pReflection) in IdlClassImpl()
64 _pReflection->acquire(); in IdlClassImpl()
83 if (_pReflection) in ~IdlClassImpl()
84 _pReflection->release(); in ~IdlClassImpl()
243 : _pReflection( pReflection ) in IdlMemberImpl()
248 _pReflection->acquire(); in IdlMemberImpl()
261 _pReflection->release(); in ~IdlMemberImpl()
H A Dbase.hxx162 IdlReflectionServiceImpl * _pReflection; member in stoc_corefl::IdlClassImpl
173 { return _pReflection; } in getReflection()
175 { return _pReflection->getSMgr(); } in getSMgr()
349 IdlReflectionServiceImpl * _pReflection; member in stoc_corefl::IdlMemberImpl
360 { return _pReflection; } in getReflection()
362 { return _pReflection->getSMgr(); } in getSMgr()

Completed in 20 milliseconds