Classes | |
class | Generator |
std::string google::protobuf::compiler::ruby::DefaultValueForField | ( | const FieldDescriptor * | field | ) |
Definition at line 126 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::EndPackageModules | ( | int | levels, |
io::Printer * | printer | ||
) |
Definition at line 451 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::GenerateBinaryDescriptor | ( | const FileDescriptor * | file, |
io::Printer * | printer, | ||
std::string * | error | ||
) |
Definition at line 492 of file third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::GenerateDslDescriptor | ( | const FileDescriptor * | file, |
io::Printer * | printer, | ||
std::string * | error | ||
) |
Definition at line 468 of file third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::GenerateEnum | ( | const EnumDescriptor * | en, |
io::Printer * | printer | ||
) |
Definition at line 283 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::GenerateEnumAssignment | ( | const std::string & | prefix, |
const EnumDescriptor * | en, | ||
io::Printer * | printer | ||
) |
Definition at line 387 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::GenerateField | ( | const FieldDescriptor * | field, |
io::Printer * | printer | ||
) |
Definition at line 168 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::GenerateFile | ( | const FileDescriptor * | file, |
io::Printer * | printer, | ||
std::string * | error | ||
) |
Definition at line 502 of file third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::GenerateFile | ( | const FileDescriptor * | file, |
io::Printer * | printer, | ||
string * | error | ||
) |
Definition at line 522 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::GenerateMessage | ( | const Descriptor * | message, |
io::Printer * | printer, | ||
std::string * | error | ||
) |
Definition at line 238 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::GenerateMessageAssignment | ( | const std::string & | prefix, |
const Descriptor * | message, | ||
io::Printer * | printer | ||
) |
Definition at line 360 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
void google::protobuf::compiler::ruby::GenerateOneof | ( | const OneofDescriptor * | oneof, |
io::Printer * | printer | ||
) |
Definition at line 223 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
int google::protobuf::compiler::ruby::GeneratePackageModules | ( | const FileDescriptor * | file, |
io::Printer * | printer | ||
) |
Definition at line 399 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::GetOutputFilename | ( | const std::string & | proto_file | ) |
Definition at line 75 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::GetRequireName | ( | const std::string & | proto_file | ) |
Definition at line 70 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::IsAlpha | ( | char | ch | ) |
Definition at line 307 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::IsLower | ( | char | ch | ) |
Definition at line 303 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::IsUpper | ( | char | ch | ) |
Definition at line 305 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::LabelForField | ( | const FieldDescriptor * | field | ) |
Definition at line 79 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
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 | ||
) |
Definition at line 495 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::NumberToString | ( | numeric_type | value | ) |
Definition at line 64 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::PackageToModule | ( | const std::string & | name | ) |
Definition at line 316 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::RubifyConstant | ( | const std::string & | name | ) |
Definition at line 341 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::StringifySyntax | ( | FileDescriptor::Syntax | syntax | ) |
Definition at line 112 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::TypeName | ( | const FieldDescriptor * | field | ) |
Definition at line 88 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
std::string google::protobuf::compiler::ruby::TypeName | ( | FieldDescriptor * | field | ) |
char google::protobuf::compiler::ruby::UpperChar | ( | char | ch | ) |
Definition at line 309 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.
bool google::protobuf::compiler::ruby::UsesTypeFromFile | ( | const Descriptor * | message, |
const FileDescriptor * | file, | ||
string * | error | ||
) |
Definition at line 460 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.