Home | History | Annotate | Download | only in args

Lines Matching refs:getOptDef

126             final String [] pp = new String [1]; // out buffer for getOptDef()
159 optdef = m_metadata.getOptDef (optName, pp); // pp [0] is always set by this
356 final OptDef optdef = m_metadata.getOptDef (opt.getCanonicalName (), null);
929 OptDef getOptDef (final String name, final String [] prefixout)
1548 final OptDef ropt = result.getOptDef (requires [r], null);
1562 final OptDef xopt = result.getOptDef (excludes [x], null);