Lines Matching defs:google
3 // https://developers.google.com/protocol-buffers/
31 // Author: anuraag@google.com (Anuraag Agrawal)
32 // Author: tibell@google.com (Johan Tibell)
34 #include <google/protobuf/pyext/extension_dict.h>
37 #include <google/protobuf/stubs/logging.h>
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/dynamic_message.h>
41 #include <google/protobuf/message.h>
42 #include <google/protobuf/descriptor.pb.h>
43 #include <google/protobuf/pyext/descriptor.h>
44 #include <google/protobuf/pyext/message.h>
45 #include <google/protobuf/pyext/message_factory.h>
46 #include <google/protobuf/pyext/repeated_composite_container.h>
47 #include <google/protobuf/pyext/repeated_scalar_container.h>
48 #include <google/protobuf/pyext/scoped_pyobject_ptr.h>
62 namespace google {
478 } // namespace google