HomeSort by relevance Sort by last modified time
    Searched defs:IsAbstract (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/compiler/java/
java_service.h 66 enum IsAbstract { IS_ABSTRACT, IS_CONCRETE };
116 IsAbstract is_abstract);
  /art/runtime/
art_method.h 306 return !IsAbstract() && !IsDefaultConflicting();
335 bool IsAbstract() {
class_linker.h     [all...]

Completed in 346 milliseconds