Searched refs:HasGenerateAll (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ | ||
H A D | objectivec_generator.h | 60 bool HasGenerateAll() const override; |
H A D | objectivec_generator.cc | 48 bool ObjectiveCGenerator::HasGenerateAll() const { in HasGenerateAll() function in google::protobuf::compiler::objectivec::ObjectiveCGenerator |
/third_party/protobuf/src/google/protobuf/compiler/ | ||
H A D | code_generator.h | 119 virtual bool HasGenerateAll() const { return true; } in HasGenerateAll() function in google::protobuf::compiler::CodeGenerator |
/third_party/protobuf/src/google/protobuf/compiler/js/ | ||
H A D | js_generator.h | 151 bool HasGenerateAll() const override { return true; } |
Completed in 3 milliseconds