#include <php_generator.h>
Public Member Functions | |
virtual bool | Generate (const FileDescriptor *file, const std::string ¶meter, GeneratorContext *generator_context, std::string *error) const override |
bool | GenerateAll (const std::vector< const FileDescriptor * > &files, const std::string ¶meter, GeneratorContext *generator_context, std::string *error) const override |
uint64_t | GetSupportedFeatures () const override |
![]() | |
CodeGenerator () | |
CodeGenerator () | |
virtual bool | HasGenerateAll () const |
virtual bool | HasGenerateAll () const |
virtual | ~CodeGenerator () |
virtual | ~CodeGenerator () |
Private Member Functions | |
bool | Generate (const FileDescriptor *file, const Options &options, GeneratorContext *generator_context, std::string *error) const |
virtual bool | Generate (const FileDescriptor *file, const string ¶meter, GeneratorContext *generator_context, string *error) const |
Additional Inherited Members | |
![]() | |
enum | Feature { FEATURE_PROTO3_OPTIONAL = 1 } |
Definition at line 46 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.h.
|
private |
Definition at line 2269 of file third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
overridevirtual |
Implements google::protobuf::compiler::CodeGenerator.
Definition at line 2262 of file third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
privatevirtual |
Definition at line 1653 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
overridevirtual |
Reimplemented from google::protobuf::compiler::CodeGenerator.
Definition at line 2290 of file third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
inlineoverridevirtual |
Reimplemented from google::protobuf::compiler::CodeGenerator.
Definition at line 61 of file third_party/protobuf/src/google/protobuf/compiler/php/php_generator.h.