OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dllexport_decl
(Results
1 - 15
of
15
) sorted by null
/external/protobuf/
generate_descriptor_proto.sh
31
./protoc --cpp_out=
dllexport_decl
=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32
./protoc --cpp_out=
dllexport_decl
=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc
67
// generator classes. Currently we pass
dllexport_decl
down to all of
71
// If the
dllexport_decl
option is passed to the compiler, we need to write
75
// protoc --cpp_out=
dllexport_decl
=FOO_EXPORT:outdir foo.proto
85
if (options[i].first == "
dllexport_decl
") {
86
file_options.
dllexport_decl
= options[i].second;
cpp_options.h
48
string
dllexport_decl
;
member in struct:google::protobuf::compiler::cpp::Options
cpp_extension.h
59
// See generator.cc for the meaning of
dllexport_decl
.
cpp_bootstrap_unittest.cc
136
parameter = "
dllexport_decl
=LIBPROTOBUF_EXPORT";
139
parameter = "
dllexport_decl
=LIBPROTOC_EXPORT";
cpp_enum.h
56
// See generator.cc for the meaning of
dllexport_decl
.
cpp_file.h
64
// See generator.cc for the meaning of
dllexport_decl
.
cpp_service.h
56
// See generator.cc for the meaning of
dllexport_decl
.
cpp_extension.cc
109
if (!options_.
dllexport_decl
.empty()) {
110
vars["qualifier"] = options_.
dllexport_decl
+ " " + vars["qualifier"];
cpp_enum.cc
110
if (options_.
dllexport_decl
.empty()) {
113
vars["dllexport"] = options_.
dllexport_decl
+ " ";
cpp_file.cc
192
"void $
dllexport_decl
$ $adddescriptorsname$();\n",
194
"
dllexport_decl
", options_.
dllexport_decl
);
197
// Note that we don't put
dllexport_decl
on these because they are only
cpp_message.h
60
// See generator.cc for the meaning of
dllexport_decl
.
cpp_service.cc
50
if (options.
dllexport_decl
.empty()) {
53
vars_["dllexport"] = options.
dllexport_decl
+ " ";
cpp_message.cc
532
if (options_.
dllexport_decl
.empty()) {
535
vars["dllexport"] = options_.
dllexport_decl
+ " ";
[
all
...]
/external/webrtc/webrtc/build/
protoc.gypi
48
# 'cc_generator_options' variable with the value: '
dllexport_decl
=FOO_EXPORT:'
49
# e.g. '
dllexport_decl
=BASE_EXPORT:'
Completed in 545 milliseconds