Home
last modified time | relevance | path

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

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