• Home
  • History
  • Annotate
  • only in /external/protobuf/python/google/protobuf/pyext/
NameDateSize

..10-Aug-20184 KiB

__init__.py10-Aug-2018150

cpp_message.py10-Aug-20182.8 KiB

descriptor.cc10-Aug-201856.1 KiB

descriptor.h10-Aug-20184.1 KiB

descriptor_containers.cc10-Aug-201850.9 KiB

descriptor_containers.h10-Aug-20184.1 KiB

descriptor_database.cc10-Aug-20185.9 KiB

descriptor_database.h10-Aug-20183.1 KiB

descriptor_pool.cc10-Aug-201820.9 KiB

descriptor_pool.h10-Aug-20186.4 KiB

extension_dict.cc10-Aug-201811.7 KiB

extension_dict.h10-Aug-20184.6 KiB

map_container.cc10-Aug-201833.2 KiB

map_container.h10-Aug-20184.8 KiB

message.cc10-Aug-2018103.3 KiB

message.h10-Aug-201813.8 KiB

proto2_api_test.proto10-Aug-20181.8 KiB

python.proto10-Aug-20182.7 KiB

python_protobuf.h10-Aug-20182.4 KiB

README10-Aug-2018168

repeated_composite_container.cc10-Aug-201820.4 KiB

repeated_composite_container.h10-Aug-20186.4 KiB

repeated_scalar_container.cc10-Aug-201826 KiB

repeated_scalar_container.h10-Aug-20184.3 KiB

scoped_pyobject_ptr.h10-Aug-20183.4 KiB

README

1This is the 'v2' C++ implementation for python proto2.
2
3It is active when:
4
5PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
6PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION=2
7