Searched refs:outList (Results 1 – 2 of 2) sorted by relevance
290 List<Geometry> outList = matToGeom.get(geom.getMaterial()); in makeBatches() local291 if (outList == null) { in makeBatches()292 outList = new ArrayList<Geometry>(); in makeBatches()293 matToGeom.put(geom.getMaterial(), outList); in makeBatches() local295 outList.add(geom); in makeBatches()
28 const char* outList,237 const char* outList, in expect() argument248 expectContainment(set, outList, FALSE); in expect()