Home
last modified time | relevance | path

Searched defs:hasMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java152 Method hasMethod = nameToNoArgMethod.get("has" + suffix); in reflectivePrintWithIndent() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DFieldPresenceTest.java49 private static boolean hasMethod(Class<?> clazz, String name) { in hasMethod() method in FieldPresenceTest