Searched defs:checkType (Results 1 – 6 of 6) sorted by relevance
559 private void checkType(final int key, final int expectedType) { in checkType() method in Metadata
173 boolean checkType(IInterface service); in checkType() method
162 protected boolean checkType(IInterface service) { in checkType() method in ConditionProviders
203 abstract protected boolean checkType(IInterface service); in checkType() method in ManagedServices
2286 protected boolean checkType(IInterface service) { in checkType() method in ManagedServicesTest.TestManagedServices
95 private Element.DataType validateObjectIsPrimitiveArray(Object d, boolean checkType) { in validateObjectIsPrimitiveArray()