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[@]}
122 if (!options_.dllexport_decl.empty()) { in GenerateDeclaration()123 qualifier = options_.dllexport_decl + " " + qualifier; in GenerateDeclaration()
54 std::string dllexport_decl; member
85 file_options.dllexport_decl = options[i].second; in Generate()
99 variables_["dllexport_decl"] = options.dllexport_decl; in FileGenerator()
42 set(_dll_export_decl "dllexport_decl=${protobuf_generate_EXPORT_MACRO}:")