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

..23-Aug-20164 KiB

__init__.py23-Aug-20160

cpp_message.py23-Aug-20162.6 KiB

descriptor.cc23-Aug-201612.8 KiB

descriptor.h23-Aug-20163.3 KiB

descriptor_cpp2_test.py23-Aug-20162.4 KiB

extension_dict.cc23-Aug-201612.3 KiB

extension_dict.h23-Aug-20164.1 KiB

message.cc23-Aug-201685.6 KiB

message.h23-Aug-201612 KiB

message_factory_cpp2_test.py23-Aug-20162.4 KiB

proto2_api_test.proto23-Aug-20161.8 KiB

python.proto23-Aug-20162.6 KiB

python_protobuf.h23-Aug-20162.4 KiB

README23-Aug-2016168

reflection_cpp2_generated_test.py23-Aug-20164.1 KiB

repeated_composite_container.cc23-Aug-201625.1 KiB

repeated_composite_container.h23-Aug-20166.2 KiB

repeated_scalar_container.cc23-Aug-201627.1 KiB

repeated_scalar_container.h23-Aug-20164 KiB

scoped_pyobject_ptr.h23-Aug-20163.3 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