Home
last modified time | relevance | path

Searched refs:IsAbstract (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_service.h66 enum IsAbstract { IS_ABSTRACT, IS_CONCRETE }; enum
116 IsAbstract is_abstract);
Djava_service.cc442 IsAbstract is_abstract) { in GenerateMethodSignature()