#include <google/protobuf/compiler/php/php_generator.h>
#include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/compiler/plugin.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/stubs/strutil.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::php | |
Variables | |
const std::string | kDescriptorDirName = "Google/Protobuf/Internal" |
const std::string | kDescriptorFile = "google/protobuf/descriptor.proto" |
const std::string | kDescriptorMetadataFile |
const std::string | kDescriptorPackageName = "Google\\Protobuf\\Internal" |
const std::string | kEmptyFile = "google/protobuf/empty.proto" |
const std::string | kEmptyMetadataFile = "GPBMetadata/Google/Protobuf/GPBEmpty.php" |
const int | kFieldGetter = 2 |
const int | kFieldProperty = 3 |
const int | kFieldSetter = 1 |
const char *const | kReservedNames [] |
const int | kReservedNamesSize = 73 |
const char *const | kValidConstantNames [] |
const int | kValidConstantNamesSize = 9 |
const std::string kDescriptorDirName = "Google/Protobuf/Internal" |
Definition at line 48 of file php_generator.cc.
const std::string kDescriptorFile = "google/protobuf/descriptor.proto" |
Definition at line 43 of file php_generator.cc.
const std::string kDescriptorMetadataFile |
Definition at line 46 of file php_generator.cc.
const std::string kDescriptorPackageName = "Google\\Protobuf\\Internal" |
Definition at line 49 of file php_generator.cc.
const std::string kEmptyFile = "google/protobuf/empty.proto" |
Definition at line 44 of file php_generator.cc.
const std::string kEmptyMetadataFile = "GPBMetadata/Google/Protobuf/GPBEmpty.php" |
Definition at line 45 of file php_generator.cc.
const int kFieldGetter = 2 |
Definition at line 73 of file php_generator.cc.
const int kFieldProperty = 3 |
Definition at line 74 of file php_generator.cc.
const int kFieldSetter = 1 |
Definition at line 72 of file php_generator.cc.
const char* const kReservedNames[] |
Definition at line 50 of file php_generator.cc.
const int kReservedNamesSize = 73 |
Definition at line 70 of file php_generator.cc.
const char* const kValidConstantNames[] |
Definition at line 66 of file php_generator.cc.
const int kValidConstantNamesSize = 9 |
Definition at line 71 of file php_generator.cc.