Home
last modified time | relevance | path

Searched refs:DoIncludeFile (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h96 DoIncludeFile(google3_name, false, printer); in IncludeFile()
100 DoIncludeFile(google3_name, true, printer); in IncludeFileAndExport()
102 void DoIncludeFile(const std::string& google3_name, bool do_export,
Dcpp_file.cc328 void FileGenerator::DoIncludeFile(const std::string& google3_name, in DoIncludeFile() function in google::protobuf::compiler::cpp::FileGenerator
399 DoIncludeFile("net/proto2/public/stubs/common.h", false, printer); in GenerateSourceIncludes()