|
std::string | google::protobuf::compiler::ruby::DefaultValueForField (const FieldDescriptor *field) |
|
void | google::protobuf::compiler::ruby::EndPackageModules (int levels, io::Printer *printer) |
|
void | google::protobuf::compiler::ruby::GenerateEnum (const EnumDescriptor *en, io::Printer *printer) |
|
void | google::protobuf::compiler::ruby::GenerateEnumAssignment (const std::string &prefix, const EnumDescriptor *en, io::Printer *printer) |
|
void | google::protobuf::compiler::ruby::GenerateField (const FieldDescriptor *field, io::Printer *printer) |
|
bool | google::protobuf::compiler::ruby::GenerateFile (const FileDescriptor *file, io::Printer *printer, string *error) |
|
bool | google::protobuf::compiler::ruby::GenerateMessage (const Descriptor *message, io::Printer *printer, std::string *error) |
|
void | google::protobuf::compiler::ruby::GenerateMessageAssignment (const std::string &prefix, const Descriptor *message, io::Printer *printer) |
|
void | google::protobuf::compiler::ruby::GenerateOneof (const OneofDescriptor *oneof, io::Printer *printer) |
|
int | google::protobuf::compiler::ruby::GeneratePackageModules (const FileDescriptor *file, io::Printer *printer) |
|
std::string | google::protobuf::compiler::ruby::GetOutputFilename (const std::string &proto_file) |
|
std::string | google::protobuf::compiler::ruby::GetRequireName (const std::string &proto_file) |
|
bool | google::protobuf::compiler::ruby::IsAlpha (char ch) |
|
bool | google::protobuf::compiler::ruby::IsLower (char ch) |
|
bool | google::protobuf::compiler::ruby::IsUpper (char ch) |
|
std::string | google::protobuf::compiler::ruby::LabelForField (const FieldDescriptor *field) |
|
std::string | google::protobuf::compiler::ruby::LabelForField (FieldDescriptor *field) |
|
bool | google::protobuf::compiler::ruby::MaybeEmitDependency (const FileDescriptor *import, const FileDescriptor *from, io::Printer *printer, string *error) |
|
template<class numeric_type > |
std::string | google::protobuf::compiler::ruby::NumberToString (numeric_type value) |
|
std::string | google::protobuf::compiler::ruby::PackageToModule (const std::string &name) |
|
std::string | google::protobuf::compiler::ruby::RubifyConstant (const std::string &name) |
|
string | google::protobuf::compiler::ruby::StringifySyntax (FileDescriptor::Syntax syntax) |
|
std::string | google::protobuf::compiler::ruby::TypeName (const FieldDescriptor *field) |
|
std::string | google::protobuf::compiler::ruby::TypeName (FieldDescriptor *field) |
|
char | google::protobuf::compiler::ruby::UpperChar (char ch) |
|
bool | google::protobuf::compiler::ruby::UsesTypeFromFile (const Descriptor *message, const FileDescriptor *file, string *error) |
|