Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.cc187 format("#define $1$$ dllexport_decl$\n", FileDllExport(file_, options_)); in GenerateHeader()
513 FileDllExport(scc->GetFile(), options_), scc->children.size(), in GenerateInternalForwardDeclarations()
Dcpp_helpers.h146 std::string FileDllExport(const FileDescriptor* file, const Options& options);
Dcpp_helpers.cc387 std::string FileDllExport(const FileDescriptor* file, const Options& options) { in FileDllExport() function