Searched refs:dllexport_decl (Results 1 – 15 of 15) 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[@]}
42 # 'dllexport_decl=FOO_EXPORT:' (note trailing colon).
127 if (!options_.dllexport_decl.empty()) { in GenerateDeclaration()128 qualifier = options_.dllexport_decl + " " + qualifier; in GenerateDeclaration()
61 std::string dllexport_decl; member
98 file_options.dllexport_decl = options[i].second; in Generate()
113 variables_["dllexport_decl"] = options.dllexport_decl; in FileGenerator()
42 set(_dll_export_decl "dllexport_decl=${protobuf_generate_EXPORT_MACRO}")
746 cc_generator_options = "dllexport_decl=COMPONENT_EXPORT(QUICHE):"763 cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:"
1766 cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:"