Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dschema_interface.h110 virtual std::vector<std::string> GetImportNames() const { return {}; } in GetImportNames() function
Dprotobuf_plugin.h193 vector<std::string> GetImportNames() const { in GetImportNames() function
Dcpp_generator.cc173 const std::vector<std::string> import_names = file->GetImportNames(); in GetHeaderIncludes()
2353 const std::vector<std::string> import_names = file->GetImportNames(); in GetMockPrologue()