Home
last modified time | relevance | path

Searched refs:dllexport_decl (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/
Dgenerate_descriptor_proto.sh73 $PROTOC --cpp_out=dllexport_decl=PROTOBUF_EXPORT:$TMP ${RUNTIME_PROTO_FILES[@]} && \
74 $PROTOC --cpp_out=dllexport_decl=PROTOC_EXPORT:$TMP ${COMPILER_PROTO_FILES[@]}
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.cc122 if (!options_.dllexport_decl.empty()) { in GenerateDeclaration()
123 qualifier = options_.dllexport_decl + " " + qualifier; in GenerateDeclaration()
Dcpp_options.h54 std::string dllexport_decl; member
Dcpp_generator.cc85 file_options.dllexport_decl = options[i].second; in Generate()
Dcpp_file.cc99 variables_["dllexport_decl"] = options.dllexport_decl; in FileGenerator()
/third_party/protobuf/cmake/
Dprotobuf-config.cmake.in42 set(_dll_export_decl "dllexport_decl=${protobuf_generate_EXPORT_MACRO}:")