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

..06-Oct-20154 KiB

__init__.py06-Oct-20150

cpp_message.py06-Oct-20152.6 KiB

descriptor.cc06-Oct-201512.8 KiB

descriptor.h06-Oct-20153.3 KiB

descriptor_cpp2_test.py06-Oct-20152.4 KiB

extension_dict.cc06-Oct-201512.3 KiB

extension_dict.h06-Oct-20154.1 KiB

message.cc06-Oct-201585.6 KiB

message.h06-Oct-201512 KiB

message_factory_cpp2_test.py06-Oct-20152.4 KiB

proto2_api_test.proto06-Oct-20151.8 KiB

python.proto06-Oct-20152.6 KiB

python_protobuf.h06-Oct-20152.4 KiB

README06-Oct-2015168

reflection_cpp2_generated_test.py06-Oct-20154.1 KiB

repeated_composite_container.cc06-Oct-201525.1 KiB

repeated_composite_container.h06-Oct-20156.2 KiB

repeated_scalar_container.cc06-Oct-201527.1 KiB

repeated_scalar_container.h06-Oct-20154 KiB

scoped_pyobject_ptr.h06-Oct-20153.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