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

..07-Jan-20164 KiB

__init__.py07-Jan-20160

cpp_message.py07-Jan-20162.6 KiB

descriptor.cc07-Jan-201612.8 KiB

descriptor.h07-Jan-20163.3 KiB

descriptor_cpp2_test.py07-Jan-20162.4 KiB

extension_dict.cc07-Jan-201612.3 KiB

extension_dict.h07-Jan-20164.1 KiB

message.cc07-Jan-201685.6 KiB

message.h07-Jan-201612 KiB

message_factory_cpp2_test.py07-Jan-20162.4 KiB

proto2_api_test.proto07-Jan-20161.8 KiB

python.proto07-Jan-20162.6 KiB

python_protobuf.h07-Jan-20162.4 KiB

README07-Jan-2016168

reflection_cpp2_generated_test.py07-Jan-20164.1 KiB

repeated_composite_container.cc07-Jan-201625.1 KiB

repeated_composite_container.h07-Jan-20166.2 KiB

repeated_scalar_container.cc07-Jan-201627.1 KiB

repeated_scalar_container.h07-Jan-20164 KiB

scoped_pyobject_ptr.h07-Jan-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