Home
last modified time | relevance | path

Searched defs:hasDefaultValue (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
DMethodDescriptor.java529 public static boolean hasDefaultValue(Annotation[] annotations) { in hasDefaultValue() method in MethodDescriptor
/external/protobuf/objectivec/
DGPBDescriptor.m452 - (BOOL)hasDefaultValue { method
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1023 public boolean hasDefaultValue() { return proto.hasDefaultValue(); } in hasDefaultValue() method in Descriptors.FieldDescriptor