hl2sdk/thirdparty/protobuf-3.21.8/python/google/protobuf/pyext
Nicholas Hastings c5d57c03ee
Update Protobuf and add protos for CS2 (#176)
* Replace protobuf 2.6.1 with 3.21.8

* Update/add protobuf libs

* Add CS2 protos

* Remove old csgo/dota protos

* Add versioned protoc bin

* Comment out Valve's `schema` define for now

* Use ENetworkDisconnectionReason

* Fix-up `offsetof` to avoid errors on some Clang versions
2023-11-15 23:58:12 +00:00
..
__init__.py Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
cpp_message.py Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_containers.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_containers.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_database.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_database.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_pool.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor_pool.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
descriptor.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
extension_dict.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
extension_dict.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
field.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
field.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
map_container.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
map_container.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
message_factory.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
message_factory.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
message_module.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
message.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
message.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
proto2_api_test.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
python.proto Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
README Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
repeated_composite_container.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
repeated_composite_container.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
repeated_scalar_container.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
repeated_scalar_container.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
safe_numerics.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
scoped_pyobject_ptr.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unknown_field_set.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unknown_field_set.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unknown_fields.cc Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00
unknown_fields.h Update Protobuf and add protos for CS2 (#176) 2023-11-15 23:58:12 +00:00

This is the 'v2' C++ implementation for python proto2.

It is active when:

PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2