Searched refs:oc (Results 1 – 4 of 4) sorted by relevance
45 Class oc = o.getClass(); in printGeneric() local46 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
43 Class oc = o.getClass(); in printGeneric() local44 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
73 Class oc = o.getClass(); in printGeneric() local74 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()