Home
last modified time | relevance | path

Searched refs:GeneratorContextImpl (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc366 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext { class in google::protobuf::compiler::CommandLineInterface
368 GeneratorContextImpl(const std::vector<const FileDescriptor*>& parsed_files);
369 ~GeneratorContextImpl();
408 MemoryOutputStream(GeneratorContextImpl* directory,
410 MemoryOutputStream(GeneratorContextImpl* directory,
429 GeneratorContextImpl* directory_;
445 CommandLineInterface::GeneratorContextImpl::GeneratorContextImpl( in GeneratorContextImpl() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
449 CommandLineInterface::GeneratorContextImpl::~GeneratorContextImpl() { in ~GeneratorContextImpl()
453 bool CommandLineInterface::GeneratorContextImpl::WriteAllToDisk( in WriteAllToDisk()
529 bool CommandLineInterface::GeneratorContextImpl::WriteAllToZip( in WriteAllToZip()
[all …]
Dcommand_line_interface.h209 class GeneratorContextImpl; variable
211 typedef std::unordered_map<std::string, GeneratorContextImpl*>
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc64 class GeneratorContextImpl : public GeneratorContext { class
66 GeneratorContextImpl( in GeneratorContextImpl() function in grpc_tools::internal::GeneratorContextImpl
155 internal::GeneratorContextImpl generator_context(transitive_closure, in generate_code()