Namespaces | Functions | Variables
protobuf/src/google/protobuf/compiler/js/js_generator.cc File Reference
#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>
Include dependency graph for protobuf/src/google/protobuf/compiler/js/js_generator.cc:

Go to the source code of this file.

Namespaces

 google
 
 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*)
 

Variable Documentation

◆ allowed_descs_actual_name_

std::map<const void*, std::string> allowed_descs_actual_name_
private

◆ allowed_descs_full_name_

std::map<const void*, std::string> allowed_descs_full_name_
private

◆ descs_by_shortname_

std::map<std::string, const void*> descs_by_shortname_
private

◆ file_set_

const std::set<const FileDescriptor*>& file_set_
private


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:21