#include <assert.h>
#include <google/protobuf/compiler/js/js_generator.h>
#include <google/protobuf/compiler/js/well_known_types_embed.h>
#include <google/protobuf/compiler/scc.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/stubs/strutil.h>
#include <algorithm>
#include <limits>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
google::protobuf::compiler::js | |
Functions | |
void | google::protobuf::compiler::js::FindProvidesForOneOfEnum (const GeneratorOptions &options, const OneofDescriptor *oneof, std::set< std::string > *provided) |
void | google::protobuf::compiler::js::FindProvidesForOneOfEnums (const GeneratorOptions &options, io::Printer *printer, const Descriptor *desc, std::set< std::string > *provided) |
void | google::protobuf::compiler::js::GenerateBytesWrapper (const GeneratorOptions &options, io::Printer *printer, const FieldDescriptor *field, BytesMode bytes_mode) |
bool | google::protobuf::compiler::js::NamespaceOnly (const Descriptor *desc) |
Variables | |
static const int | google::protobuf::compiler::js::kNumKeyword = sizeof(kKeyword) / sizeof(char*) |
Definition at line 1442 of file protobuf/src/google/protobuf/compiler/js/js_generator.cc.
Definition at line 1444 of file protobuf/src/google/protobuf/compiler/js/js_generator.cc.
Definition at line 1440 of file protobuf/src/google/protobuf/compiler/js/js_generator.cc.
|
private |
Definition at line 1475 of file protobuf/src/google/protobuf/compiler/js/js_generator.cc.