Searched refs:_pReflection (Results 1 – 2 of 2) sorted by relevance
58 : _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()
162 IdlReflectionServiceImpl * _pReflection; member in stoc_corefl::IdlClassImpl173 { return _pReflection; } in getReflection()175 { return _pReflection->getSMgr(); } in getSMgr()349 IdlReflectionServiceImpl * _pReflection; member in stoc_corefl::IdlMemberImpl360 { return _pReflection; } in getReflection()362 { return _pReflection->getSMgr(); } in getSMgr()
Completed in 14 milliseconds