Searched refs:typesValue (Results 1 – 2 of 2) sorted by relevance
180 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() argument181 return (mMethodType & typesValue) != 0; in matchAnyTypes()184 private boolean matchAllTypes(int typesValue) { in matchAllTypes() argument185 return (mMethodType & typesValue) == typesValue; in matchAllTypes()
236 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() argument237 return (mClassType & typesValue) != 0; in matchAnyTypes()240 private boolean matchAllTypes(int typesValue) { in matchAllTypes() argument241 return (mClassType & typesValue) == typesValue; in matchAllTypes()