Searched refs:SbIfaceMapperMethod (Results 1 – 5 of 5) sorted by relevance
42 friend class SbIfaceMapperMethod;80 class SbIfaceMapperMethod : public SbMethod class88 SbIfaceMapperMethod( const String& rName, SbMethod* pImplMeth ) in SbIfaceMapperMethod() function in SbIfaceMapperMethod92 virtual ~SbIfaceMapperMethod();
42 class SbIfaceMapperMethod;81 SbIfaceMapperMethod* GetIfaceMapperMethod( const String&, SbMethod* );
643 SbIfaceMapperMethod* pIfaceMethod = PTR_CAST( SbIfaceMapperMethod, pVar ); in TYPEINIT1()668 SbIfaceMapperMethod* pIfaceMethod = PTR_CAST( SbIfaceMapperMethod, pVar ); in TYPEINIT1()687 SbIfaceMapperMethod* pNewIfaceMethod = in TYPEINIT1()688 new SbIfaceMapperMethod( pIfaceMethod->GetName(), pImplMethodCopy ); in TYPEINIT1()792 SbIfaceMapperMethod* pIfaceMapperMethod = PTR_CAST(SbIfaceMapperMethod,pRes); in Find()
656 SbIfaceMapperMethod* SbModule::GetIfaceMapperMethod in GetIfaceMapperMethod()660 SbIfaceMapperMethod* pMapperMethod = p ? PTR_CAST(SbIfaceMapperMethod,p) : NULL; in GetIfaceMapperMethod()665 pMapperMethod = new SbIfaceMapperMethod( rName, pImplMeth ); in GetIfaceMapperMethod()674 SbIfaceMapperMethod::~SbIfaceMapperMethod() in ~SbIfaceMapperMethod()678 TYPEINIT1(SbIfaceMapperMethod,SbMethod) in TYPEINIT1() argument
247 SbIfaceMapperMethod* pMapperMeth = NULL; in Save()
Completed in 44 milliseconds