#include <js_generator.h>
|
enum | ImportStyle {
kImportClosure,
kImportCommonJs,
kImportCommonJsStrict,
kImportBrowser,
kImportEs6,
kImportClosure,
kImportCommonJs,
kImportCommonJsStrict,
kImportBrowser,
kImportEs6
} |
|
enum | ImportStyle {
kImportClosure,
kImportCommonJs,
kImportCommonJsStrict,
kImportBrowser,
kImportEs6,
kImportClosure,
kImportCommonJs,
kImportCommonJsStrict,
kImportBrowser,
kImportEs6
} |
|
enum | OutputMode {
kOneOutputFilePerInputFile,
kOneOutputFilePerSCC,
kEverythingInOneFile,
kOneOutputFilePerInputFile,
kOneOutputFilePerSCC,
kEverythingInOneFile
} |
|
enum | OutputMode {
kOneOutputFilePerInputFile,
kOneOutputFilePerSCC,
kEverythingInOneFile,
kOneOutputFilePerInputFile,
kOneOutputFilePerSCC,
kEverythingInOneFile
} |
|
◆ ImportStyle [1/2]
◆ ImportStyle [2/2]
◆ OutputMode [1/2]
◆ OutputMode [2/2]
◆ GeneratorOptions() [1/2]
google::protobuf::compiler::js::GeneratorOptions::GeneratorOptions |
( |
| ) |
|
|
inline |
◆ GeneratorOptions() [2/2]
google::protobuf::compiler::js::GeneratorOptions::GeneratorOptions |
( |
| ) |
|
|
inline |
◆ GetFileNameExtension() [1/2]
std::string google::protobuf::compiler::js::GeneratorOptions::GetFileNameExtension |
( |
| ) |
const |
|
inline |
◆ GetFileNameExtension() [2/2]
std::string google::protobuf::compiler::js::GeneratorOptions::GetFileNameExtension |
( |
| ) |
const |
|
inline |
◆ output_mode() [1/2]
OutputMode google::protobuf::compiler::js::GeneratorOptions::output_mode |
( |
| ) |
const |
◆ output_mode() [2/2]
◆ ParseFromOptions() [1/2]
bool google::protobuf::compiler::js::GeneratorOptions::ParseFromOptions |
( |
const std::vector< std::pair< std::string, std::string > > & |
options, |
|
|
std::string * |
error |
|
) |
| |
◆ ParseFromOptions() [2/2]
bool google::protobuf::compiler::js::GeneratorOptions::ParseFromOptions |
( |
const std::vector< std::pair< std::string, std::string > > & |
options, |
|
|
std::string * |
error |
|
) |
| |
◆ add_require_for_enums
bool google::protobuf::compiler::js::GeneratorOptions::add_require_for_enums |
◆ annotate_code
bool google::protobuf::compiler::js::GeneratorOptions::annotate_code |
◆ binary
bool google::protobuf::compiler::js::GeneratorOptions::binary |
◆ error_on_name_conflict
bool google::protobuf::compiler::js::GeneratorOptions::error_on_name_conflict |
◆ extension
std::string google::protobuf::compiler::js::GeneratorOptions::extension |
◆ import_style
◆ library
std::string google::protobuf::compiler::js::GeneratorOptions::library |
◆ namespace_prefix
std::string google::protobuf::compiler::js::GeneratorOptions::namespace_prefix |
◆ one_output_file_per_input_file
bool google::protobuf::compiler::js::GeneratorOptions::one_output_file_per_input_file |
◆ output_dir
std::string google::protobuf::compiler::js::GeneratorOptions::output_dir |
◆ testonly
bool google::protobuf::compiler::js::GeneratorOptions::testonly |
The documentation for this struct was generated from the following files: