Lines Matching refs:Base
380 Base b = new Base(); in constructBase()
405 Base b = new Base(intValue); in constructBase()
422 Base b = new Base(0); in constructBaseWith0()
447 Base b = new Base(stringValue); in constructBase()
467 Base b = new Base(stringValue); in constructBaseWithNullString()
496 Base b = new Base(doubleValue, objectValue); in constructBase()
529 Base b = new Base(intValue, doubleValue, objectValue); in constructBase()
557 Base b = new Base(0, doubleValue, null); in constructBaseWith0DoubleNull()
581 Base b = new Base(intValue, doubleValue, objectValue, stringValue); in constructBase()
608 Base b = new Base(doubleValue); in constructBase()
625 Base b = new Base(0.0); in constructBaseWith0d()
645 Base b = new Base(objectValue); in constructBase()
672 Base b = new Base(intValue, placeholder); in constructBase()