Searched refs:ListParsedFiles (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ | ||
D | code_generator.h | 152 virtual void ListParsedFiles(std::vector<const FileDescriptor*>* output); |
D | code_generator.cc | 88 void GeneratorContext::ListParsedFiles( in ListParsedFiles() function in google::protobuf::compiler::GeneratorContext |
D | plugin.cc | 89 void ListParsedFiles(std::vector<const FileDescriptor*>* output) { in ListParsedFiles() function in google::protobuf::compiler::GeneratorResponseContext |
D | mock_code_generator.cc | 311 context->ListParsedFiles(&all_files); in GetOutputFileContent() |
D | command_line_interface.cc | 391 void ListParsedFiles(std::vector<const FileDescriptor*>* output) { in ListParsedFiles() function in google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl |
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ | ||
D | main.cc | 87 void ListParsedFiles( in ListParsedFiles() function in grpc_tools::internal::GeneratorContextImpl |