Home
last modified time | relevance | path

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

/aoo4110/main/autodoc/source/ary/cpp/
H A Dc_osigna.cxx37 : aParameterTypes(i_parameterTypes), in OperationSignature()
45 if ( aParameterTypes.size() < i_rSig.aParameterTypes.size() ) in Compare()
47 else if ( i_rSig.aParameterTypes.size() < aParameterTypes.size() ) in Compare()
50 ParameterTypeList::const_iterator iMe = aParameterTypes.begin(); in Compare()
51 ParameterTypeList::const_iterator iOther = i_rSig.aParameterTypes.begin(); in Compare()
52 for ( ; iMe != aParameterTypes.end(); ++iMe, ++iOther ) in Compare()
/aoo4110/main/autodoc/inc/ary/cpp/
H A Dc_osigna.hxx82 ParameterTypeList aParameterTypes; member in ary::cpp::OperationSignature
105 return aParameterTypes; in Parameters()

Completed in 16 milliseconds