Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Cozzette 0894e07536 Integrated internal changes from Google 7 years ago
..
README
__init__.py
cpp_message.py
descriptor.cc Integrated internal changes from Google 7 years ago
descriptor.h Down-integrate from google3. 7 years ago
descriptor_containers.cc Down-integrate from google3. 7 years ago
descriptor_containers.h Down-integrate from google3. 7 years ago
descriptor_database.cc Down-integrate from google3. 7 years ago
descriptor_database.h Down-integrate from google3. 7 years ago
descriptor_pool.cc Down-integrate from google3. 7 years ago
descriptor_pool.h Down-integrate from google3. 7 years ago
extension_dict.cc Down-integrate from google3. 7 years ago
extension_dict.h Fix failing tests. 7 years ago
field.cc Fix failing tests. 7 years ago
field.h Fix failing tests. 7 years ago
map_container.cc Integrated internal changes from Google 7 years ago
map_container.h Down-integrate from google3. 7 years ago
message.cc Integrated internal changes from Google 7 years ago
message.h Down-integrate from google3. 7 years ago
message_factory.cc Down-integrate from google3. 7 years ago
message_factory.h Down-integrate from google3. 7 years ago
message_module.cc Fixed Python extension compile. 7 years ago
proto2_api_test.proto
python.proto
repeated_composite_container.cc Down-integrate from google3. 7 years ago
repeated_composite_container.h Down-integrate from google3. 7 years ago
repeated_scalar_container.cc Down-integrate from google3. 7 years ago
repeated_scalar_container.h Down-integrate from google3. 7 years ago
safe_numerics.h Down-integrate from google3. 7 years ago
scoped_pyobject_ptr.h
thread_unsafe_shared_ptr.h Down-integrate from google3. 7 years ago
unknown_fields.cc Fix failing tests. 7 years ago
unknown_fields.h Removed obsolete hash_map header that was breaking the compile. 7 years ago

README

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

It is active when:

PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2