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

..29-Aug-20174 KiB

__init__.py29-Aug-2017150

cpp_message.py29-Aug-20172.8 KiB

descriptor.cc29-Aug-201756.1 KiB

descriptor.h29-Aug-20174.1 KiB

descriptor_containers.cc29-Aug-201750.9 KiB

descriptor_containers.h29-Aug-20174.1 KiB

descriptor_database.cc29-Aug-20175.9 KiB

descriptor_database.h29-Aug-20173.1 KiB

descriptor_pool.cc29-Aug-201720.9 KiB

descriptor_pool.h29-Aug-20176.4 KiB

extension_dict.cc29-Aug-201711.7 KiB

extension_dict.h29-Aug-20174.6 KiB

map_container.cc29-Aug-201733.2 KiB

map_container.h29-Aug-20174.8 KiB

message.cc29-Aug-2017103.3 KiB

message.h29-Aug-201713.8 KiB

proto2_api_test.proto29-Aug-20171.8 KiB

python.proto29-Aug-20172.7 KiB

python_protobuf.h29-Aug-20172.4 KiB

README29-Aug-2017168

repeated_composite_container.cc29-Aug-201720.4 KiB

repeated_composite_container.h29-Aug-20176.4 KiB

repeated_scalar_container.cc29-Aug-201726 KiB

repeated_scalar_container.h29-Aug-20174.3 KiB

scoped_pyobject_ptr.h29-Aug-20173.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