Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Dservice.h68 enum IsAbstract { IS_ABSTRACT, IS_CONCRETE }; enum
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_service.h68 enum IsAbstract { IS_ABSTRACT, IS_CONCRETE }; enum
/external/cronet/components/cronet/tools/generators/
Dcronet_c_generator.py182 def IsAbstract(kind): function