Home
last modified time | relevance | path

Searched refs:TYPE_METHOD (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/idl/source/objects/
H A Dtypes.cxx226 return pType->GetType() == TYPE_METHOD; in IsMethod()
232 return pType->GetType() != TYPE_METHOD; in IsVariable()
415 if( pType->GetType() == TYPE_METHOD ) in WriteSvIdl()
440 if( GetType()->GetType() == TYPE_METHOD ) in ReadAttributesSvIdl()
557 if( pBaseType->GetType() == TYPE_METHOD || in WriteParam()
654 if( pBaseType->GetType() == TYPE_METHOD ) in WriteCSource()
685 if( pBaseType->GetType() == TYPE_METHOD || bSet ) in WriteCSource()
696 if( pBaseType->GetType() == TYPE_METHOD && !bVoid ) in WriteCSource()
815 if( pType->GetType() == TYPE_METHOD ) in Write()
1179 DBG_ASSERT( GetType() == TYPE_METHOD, "no method" ); in GetReturnType()
[all …]
H A Dslot.cxx908 if( pType->GetType() == TYPE_METHOD ) in Test()
1775 if ( GetType()->GetType() != TYPE_METHOD && GetMethod() ) in WriteCSV()
1788 if ( GetType()->GetType() == TYPE_METHOD || GetMethod() ) in WriteCSV()
/AOO41X/main/idl/inc/
H A Dtypes.hxx135 enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, TYPE_UNION, enumerator