Classes | |
class | Generator |
struct | GeneratorOptions |
Functions | |
void | FindProvidesForOneOfEnum (const GeneratorOptions &options, const OneofDescriptor *oneof, std::set< std::string > *provided) |
void | FindProvidesForOneOfEnums (const GeneratorOptions &options, io::Printer *printer, const Descriptor *desc, std::set< std::string > *provided) |
void | GenerateBytesWrapper (const GeneratorOptions &options, io::Printer *printer, const FieldDescriptor *field, BytesMode bytes_mode) |
bool | NamespaceOnly (const Descriptor *desc) |
Variables | |
const char * | kKeyword [] |
static const int | kNumKeyword = sizeof(kKeyword) / sizeof(char*) |
static const int | kNumKeyword = sizeof(kKeyword) / sizeof(char*) |
void google::protobuf::compiler::js::FindProvidesForOneOfEnum | ( | const GeneratorOptions & | options, |
const OneofDescriptor * | oneof, | ||
std::set< std::string > * | provided | ||
) |
Definition at line 1682 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.
void google::protobuf::compiler::js::FindProvidesForOneOfEnums | ( | const GeneratorOptions & | options, |
io::Printer * | printer, | ||
const Descriptor * | desc, | ||
std::set< std::string > * | provided | ||
) |
Definition at line 1690 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.
void google::protobuf::compiler::js::GenerateBytesWrapper | ( | const GeneratorOptions & | options, |
io::Printer * | printer, | ||
const FieldDescriptor * | field, | ||
BytesMode | bytes_mode | ||
) |
Definition at line 2546 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.
bool google::protobuf::compiler::js::NamespaceOnly | ( | const Descriptor * | desc | ) |
Definition at line 1911 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.
const char * google::protobuf::compiler::js::kKeyword |
Definition at line 60 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.
Definition at line 74 of file protobuf/src/google/protobuf/compiler/js/js_generator.cc.
Definition at line 75 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.