Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc1271 IncludeFileAndExport("net/proto2/public/repeated_field.h", printer); in GenerateLibraryIncludes()
1272 IncludeFileAndExport("net/proto2/public/extension_set.h", printer); in GenerateLibraryIncludes()
1276 IncludeFileAndExport("net/proto2/public/extension_set.h", printer); in GenerateLibraryIncludes()
1279 IncludeFileAndExport("net/proto2/public/repeated_field.h", printer); in GenerateLibraryIncludes()
1289 IncludeFileAndExport("net/proto2/public/map.h", printer); in GenerateLibraryIncludes()
Dcpp_file.h98 void IncludeFileAndExport(const std::string& google3_name, in IncludeFileAndExport() function