Classes | |
class | Generator |
struct | Options |
std::string google::protobuf::compiler::php::BinaryToHex | ( | const string & | binary | ) |
Definition at line 588 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::ClassNamePrefix | ( | const string & | classname | ) |
Definition at line 202 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::ClassNamePrefix | ( | const string & | classname, |
const DescriptorType * | desc | ||
) |
Definition at line 152 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::ConstantNamePrefix | ( | const string & | classname | ) |
Definition at line 215 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::DefaultForField | ( | const FieldDescriptor * | field | ) |
Definition at line 303 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::DefaultForField | ( | FieldDescriptor * | field | ) |
std::string google::protobuf::compiler::php::DescriptorFullName | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 141 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::EnumOrMessageSuffix | ( | const FieldDescriptor * | field, |
bool | is_descriptor | ||
) |
Definition at line 541 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
static |
Definition at line 1405 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::FilenameToClassname | ( | const string & | filename | ) |
Definition at line 1041 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
static |
Definition at line 1492 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::FullClassName | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 259 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateAddFileToPool | ( | const FileDescriptor * | file, |
bool | is_descriptor, | ||
io::Printer * | printer | ||
) |
Definition at line 927 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::GeneratedClassFileName | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 386 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
PROTOC_EXPORT std::string google::protobuf::compiler::php::GeneratedClassName | ( | const Descriptor * | desc | ) |
Definition at line 179 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
PROTOC_EXPORT std::string google::protobuf::compiler::php::GeneratedClassName | ( | const EnumDescriptor * | desc | ) |
Definition at line 183 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
PROTOC_EXPORT std::string google::protobuf::compiler::php::GeneratedClassName | ( | const ServiceDescriptor * | desc | ) |
Definition at line 187 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::GeneratedClassNameImpl | ( | const DescriptorType * | desc | ) |
Definition at line 163 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::GeneratedClassNameImpl | ( | const ServiceDescriptor * | desc | ) |
Definition at line 174 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::GeneratedMetadataFileName | ( | const FileDescriptor * | file, |
bool | is_descriptor | ||
) |
Definition at line 327 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
static |
Definition at line 1484 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
static |
Definition at line 1447 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::GeneratedServiceFileName | ( | const ServiceDescriptor * | service, |
bool | is_descriptor | ||
) |
Definition at line 410 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateEnumDocComment | ( | io::Printer * | printer, |
const EnumDescriptor * | enum_, | ||
int | is_descriptor | ||
) |
Definition at line 1616 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateEnumFile | ( | const FileDescriptor * | file, |
const EnumDescriptor * | en, | ||
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1126 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateEnumToPool | ( | const EnumDescriptor * | en, |
io::Printer * | printer | ||
) |
Definition at line 817 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateEnumValueDocComment | ( | io::Printer * | printer, |
const EnumValueDescriptor * | value | ||
) |
Definition at line 1626 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateField | ( | const FieldDescriptor * | field, |
io::Printer * | printer, | ||
bool | is_descriptor | ||
) |
Definition at line 618 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateFieldAccessor | ( | const FieldDescriptor * | field, |
bool | is_descriptor, | ||
io::Printer * | printer | ||
) |
Definition at line 651 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateFieldDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field, | ||
int | is_descriptor, | ||
int | function_type | ||
) |
Definition at line 1555 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateFile | ( | const FileDescriptor * | file, |
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1386 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateHead | ( | const FileDescriptor * | file, |
io::Printer * | printer | ||
) |
Definition at line 1032 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateMessageConstructorDocComment | ( | io::Printer * | printer, |
const Descriptor * | message, | ||
int | is_descriptor | ||
) |
Definition at line 1514 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateMessageDocComment | ( | io::Printer * | printer, |
const Descriptor * | message, | ||
int | is_descriptor | ||
) |
Definition at line 1503 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateMessageFile | ( | const FileDescriptor * | file, |
const Descriptor * | message, | ||
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1230 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateMessageToPool | ( | const string & | name_prefix, |
const Descriptor * | message, | ||
io::Printer * | printer | ||
) |
Definition at line 846 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateMetadataFile | ( | const FileDescriptor * | file, |
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1052 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateOneofField | ( | const OneofDescriptor * | oneof, |
io::Printer * | printer | ||
) |
Definition at line 643 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateServiceDocComment | ( | io::Printer * | printer, |
const ServiceDescriptor * | service | ||
) |
Definition at line 1545 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateServiceFile | ( | const FileDescriptor * | file, |
const ServiceDescriptor * | service, | ||
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1339 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateServiceMethod | ( | const MethodDescriptor * | method, |
io::Printer * | printer | ||
) |
Definition at line 836 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateServiceMethodDocComment | ( | io::Printer * | printer, |
const MethodDescriptor * | method | ||
) |
Definition at line 1636 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateUseDeclaration | ( | bool | is_descriptor, |
io::Printer * | printer | ||
) |
Definition at line 1016 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateWrapperFieldGetterDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field | ||
) |
Definition at line 1581 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::GenerateWrapperFieldSetterDocComment | ( | io::Printer * | printer, |
const FieldDescriptor * | field | ||
) |
Definition at line 1598 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::Indent | ( | io::Printer * | printer | ) |
Definition at line 609 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::IntToString | ( | int32 | value | ) |
Definition at line 421 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
|
inline |
Definition at line 61 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.h.
std::string google::protobuf::compiler::php::LabelForField | ( | const FieldDescriptor * | field | ) |
Definition at line 427 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::LabelForField | ( | FieldDescriptor * | field | ) |
std::string google::protobuf::compiler::php::LegacyFullClassName | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 269 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::LegacyGenerateClassFile | ( | const FileDescriptor * | file, |
const DescriptorType * | desc, | ||
bool | is_descriptor, | ||
GeneratorContext * | generator_context | ||
) |
Definition at line 1089 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::LegacyGeneratedClassFileName | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 398 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::LegacyGeneratedClassName | ( | const DescriptorType * | desc | ) |
Definition at line 192 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
void google::protobuf::compiler::php::Outdent | ( | io::Printer * | printer | ) |
Definition at line 613 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::PhpGetterTypeName | ( | const FieldDescriptor * | field, |
bool | is_descriptor | ||
) |
Definition at line 510 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::PhpName | ( | const std::string & | full_name, |
bool | is_descriptor | ||
) |
Definition at line 278 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::PhpSetterTypeName | ( | const FieldDescriptor * | field, |
bool | is_descriptor | ||
) |
Definition at line 460 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::ReservedNamePrefix | ( | const string & | classname, |
const FileDescriptor * | file | ||
) |
Definition at line 115 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::RootPhpNamespace | ( | const DescriptorType * | desc, |
bool | is_descriptor | ||
) |
Definition at line 243 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::TypeName | ( | const FieldDescriptor * | field | ) |
Definition at line 436 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.
std::string google::protobuf::compiler::php::TypeName | ( | FieldDescriptor * | field | ) |
std::string google::protobuf::compiler::php::UnderscoresToCamelCase | ( | const string & | name, |
bool | cap_first_letter | ||
) |
Definition at line 554 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.