Lines Matching refs:protobuf

35 #include <google/protobuf/compiler/cpp/cpp_file.h>
39 #include <google/protobuf/compiler/cpp/cpp_enum.h>
40 #include <google/protobuf/compiler/cpp/cpp_service.h>
41 #include <google/protobuf/compiler/cpp/cpp_extension.h>
42 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
43 #include <google/protobuf/compiler/cpp/cpp_message.h>
44 #include <google/protobuf/compiler/cpp/cpp_field.h>
45 #include <google/protobuf/io/printer.h>
46 #include <google/protobuf/descriptor.pb.h>
47 #include <google/protobuf/stubs/strutil.h>
50 namespace protobuf {
111 "#include <google/protobuf/stubs/common.h>\n"
114 // Verify the protobuf library header version is compatible with the protoc
129 SimpleItoa(protobuf::internal::kMinHeaderVersionForProtoc),
134 "#include <google/protobuf/generated_message_util.h>\n");
138 "#include <google/protobuf/message.h>\n");
141 "#include <google/protobuf/message_lite.h>\n");
145 "#include <google/protobuf/repeated_field.h>\n"
146 "#include <google/protobuf/extension_set.h>\n");
150 "#include <google/protobuf/generated_enum_reflection.h>\n");
155 "#include <google/protobuf/service.h>\n");
160 "#include <google/protobuf/unknown_field_set.h>\n");
279 // Emit GetEnumDescriptor specializations into google::protobuf namespace:
288 "namespace google {\nnamespace protobuf {\n"
298 "} // namespace google\n} // namespace protobuf\n"
325 "#include <google/protobuf/stubs/common.h>\n"
326 "#include <google/protobuf/stubs/once.h>\n"
327 "#include <google/protobuf/io/coded_stream.h>\n"
328 "#include <google/protobuf/wire_format_lite_inl.h>\n",
335 "#include <google/protobuf/io/zero_copy_stream_impl_lite.h>\n");
340 "#include <google/protobuf/descriptor.h>\n"
341 "#include <google/protobuf/generated_message_reflection.h>\n"
342 "#include <google/protobuf/reflection_ops.h>\n"
343 "#include <google/protobuf/wire_format.h>\n");
361 "const ::google::protobuf::EnumDescriptor* $name$_descriptor_ = NULL;\n",
368 "const ::google::protobuf::ServiceDescriptor* $name$_descriptor_ = NULL;\n",
457 "const ::google::protobuf::FileDescriptor* file =\n"
458 " ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(\n"
494 " ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,\n"
581 "::google::protobuf::DescriptorPool::InternalAddGeneratedFile(");
597 "::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(\n"
616 "::google::protobuf::internal::OnShutdown(&$shutdownfilename$);\n",
636 " ::google::protobuf::GoogleOnceInit(&$adddescriptorsname$_once_,\n"
664 } // namespace protobuf