Searched refs:dllexport_decl (Results 1 – 6 of 6) sorted by relevance
73 $PROTOC --cpp_out=dllexport_decl=PROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \74 $PROTOC --cpp_out=dllexport_decl=PROTOC_EXPORT:$TMP ${COMPILER_PROTO_FILES[@]}
124 if (!options_.dllexport_decl.empty()) { in GenerateDeclaration()125 qualifier = options_.dllexport_decl + " " + qualifier; in GenerateDeclaration()
53 std::string dllexport_decl; member
87 file_options.dllexport_decl = options[i].second; in Generate()
98 variables_["dllexport_decl"] = options.dllexport_decl; in FileGenerator()
42 set(_dll_export_decl "dllexport_decl=${protobuf_generate_EXPORT_MACRO}:")