OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_h
(Results
1 - 9
of
9
) sorted by null
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h
48
proto_h
(false),
54
bool
proto_h
;
member in struct:google::protobuf::compiler::cpp::Options
cpp_enum.cc
74
if (!options_.
proto_h
) {
84
vars["enumbase"] = classname_ + (options_.
proto_h
? " : int" : "");
186
vars["constexpr"] = options_.
proto_h
? "constexpr " : "";
251
vars["constexpr"] = options_.
proto_h
? "constexpr " : "";
metadata_test.cc
84
// pb_h and pb_h_info respecfively); similarly for
proto_h
and proto_h_info.
87
string*
proto_h
, GeneratedCodeInfo* proto_h_info,
127
if (
proto_h
!= NULL && proto_h_info != NULL) {
128
GOOGLE_CHECK_OK(File::GetContents(output_base + ".proto.h",
proto_h
,
cpp_message_field.cc
67
if (options.
proto_h
&& IsFieldDependent(descriptor)) {
85
dependent_field_(options.
proto_h
&& IsFieldDependent(descriptor)) {
541
dependent_base_(options.
proto_h
) {
822
dependent_field_(options.
proto_h
&& IsFieldDependent(descriptor)),
[
all
...]
cpp_file.cc
99
if (!options_.
proto_h
) {
176
FilenameIdentifier(file_->name() + (options_.
proto_h
? ".pb.h" : ""));
179
if (options_.
proto_h
) {
196
if (!options_.
proto_h
) {
231
if (!options_.
proto_h
) {
247
StripProto(file_->name()) + (options_.
proto_h
? ".proto.h" : ".pb.h");
283
if (options_.
proto_h
) {
[
all
...]
cpp_generator.cc
115
if (file_options.
proto_h
) {
cpp_map_field.cc
106
dependent_field_(options.
proto_h
&& IsFieldDependent(descriptor)) {
cpp_string_field.cc
419
dependent_field_(options.
proto_h
) {
[
all
...]
cpp_message.cc
412
if (options.
proto_h
&& IsFieldDependent(descriptor->field(i))) {
416
if (options.
proto_h
&& descriptor->oneof_decl_count() > 0) {
[
all
...]
Completed in 241 milliseconds