Searched refs:oc (Results 1 – 3 of 3) sorted by relevance
43 Class oc = o.getClass(); in printGeneric() local44 if (oc.isArray() && oc.getComponentType() == Byte.TYPE) { in printGeneric()
45 Class oc = o.getClass(); in printGeneric() local46 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()