Home | History | Annotate | Download | only in args

Lines Matching refs:MERGEABLE

854         void setMergeable (final boolean mergeable)
856 m_mergeable = mergeable;
1029 * [ "," "mergeable" ]
1392 KEYWORDS.put (Token.MERGEABLE.getValue (), Token.MERGEABLE);
1487 static final Token MERGEABLE = new Token (MERGEABLE_ID, "mergeable");
1512 // throw new IllegalArgumentException ("option [" + optdef.getCanonicalName () + "] is mergeable and can only specify {0, +inf} for max value cardinality: " + cardinality [1]);