Home
last modified time | relevance | path

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

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