Home
last modified time | relevance | path

Searched refs:HasGenerateAll (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.h60 bool HasGenerateAll() const;
Dobjectivec_generator.cc48 bool ObjectiveCGenerator::HasGenerateAll() const { in HasGenerateAll() function in google::protobuf::compiler::objectivec::ObjectiveCGenerator
/external/protobuf/src/google/protobuf/compiler/
Dcode_generator.h109 virtual bool HasGenerateAll() const { return true; } in HasGenerateAll() function
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h152 virtual bool HasGenerateAll() const { return true; } in HasGenerateAll() function